Skip to content

Commit

Permalink
Updating/improving/fixing less
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed Feb 3, 2014
1 parent cc19d3a commit d1bb861
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 13,316 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -10,7 +10,7 @@ module.exports = (grunt) ->
less:
all:
files:
"assets/css/style.min.css": ["assets/less/bootstrap/bootstrap.less", "assets/less/bootstrap/responsive.less", "assets/less/drupal.less", "assets/less/app.less"]
"assets/css/style.min.css": "assets/less/style.less"

uglify:
all:
Expand Down

0 comments on commit d1bb861

Please sign in to comment.