Merge pull request #2416 from MugeSo/fix-build-on-windows

Fix handlerbars script in package.json
This commit is contained in:
Tony Tam
2016-09-26 12:14:52 -07:00
committed by GitHub

View File

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