Skip to content

Commit

Permalink
Bump to v2.4, use less instead of CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic committed Sep 9, 2015
1 parent 96fd423 commit aea9b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Version = "v2.3";
var Version = "v2.4";

Package.describe({
summary: 'Icons for Percolate, version' + Version
Expand All @@ -13,5 +13,6 @@ Package.onUse(function(api) {
api.addFiles(path.join(assetPath, 'fonts', 'percolate.ttf'), 'client', {isAsset: true});
api.addFiles(path.join(assetPath, 'fonts', 'percolate.woff'), 'client', {isAsset: true});

api.addFiles(path.join('edited-style.css'), 'client');
api.use(['less']);
api.addFiles(path.join('edited-style.less'), 'client');
});

0 comments on commit aea9b0d

Please sign in to comment.