fixed failing jshint

This commit is contained in:
Anna Bodnia
2016-08-09 15:26:19 +03:00
parent 20daf3c79e
commit c51c683424
4 changed files with 17 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"main": "dist/swagger-ui.js",
"scripts": {
"build": "npm run handlebars && gulp",
"handlebars": "./node_modules/handlebars/bin/handlebars ./src/main/template -f ./src/main/template/templates.js",
"handlebars": "./node_modules/handlebars/bin/handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
"serve": "gulp serve",
"prejshint": "gulp",
"jshint": "jshint .",