Skip to content

Commit

Permalink
removed less dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 8, 2015
1 parent d61f79d commit edd9f58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Package.on_use(function(api, where) {
api.versionsFrom('[email protected]');

api.use([
'less',
'templating',
], 'client');

Expand Down Expand Up @@ -59,7 +58,7 @@ Package.on_use(function(api, where) {
'lib/at_title.html',
'lib/at_title.js',
'lib/full_page_at_form.html',
'lib/at_foundation.less'
'lib/at_foundation.css'
], ['client']);
});

Expand Down

0 comments on commit edd9f58

Please sign in to comment.