Skip to content

Commit

Permalink
feat(grunt): use newer for leading_quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 7, 2015
1 parent 483e08f commit 4cd149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = (grunt) ->
files: ["<%= config.app %>/**/*", "!_*", "_config*.yml"]
tasks: [
"jekyll:serve"
"leading_quotes"
"newer:leading_quotes"
]

uglify:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"grunt-leading-quotes": "0.0.6",
"grunt-lesslint": "^1.2.0",
"grunt-minjson": "^0.3.0",
"grunt-newer": "^1.1.1",
"grunt-postcss": "^0.6.0",
"grunt-rev": "^0.1.0",
"grunt-shell": "^1.1.2",
Expand Down

0 comments on commit 4cd149c

Please sign in to comment.