Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
refactor(package): move handlebars options to handlebars call
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 7, 2017
1 parent c443bd1 commit 590377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"build:respec-w3c-common": "./tools/build-w3c-common.js",
"copydeps": "node ./tools/copydeps.js",
"handlebars": "handlebars",
"hb:build": "node ./tools/expandpaths.js -a js/*/templates/*.html js/*/templates/*.css js/core/templates/webidl-contiguous/*.html -f js/templates.js | xargs handlebars",
"hb:build": "node ./tools/expandpaths.js -a js/*/templates/*.html js/*/templates/*.css js/core/templates/webidl-contiguous/*.html | xargs handlebars -f js/templates.js",
"jscs": "jscs --esnext tests tools js/w3c/linter.js",
"jscs:fix": "jscs --esnext --fix tests",
"jshint": "jshint karma.conf.js tests tools js/w3c/linter.js js/core/dfn.js js/core/data-transform.js",
Expand Down

0 comments on commit 590377e

Please sign in to comment.