merged with master

This commit is contained in:
Tony Tam
2016-09-26 12:17:13 -07:00
parent b4acbbb57e
commit f5a0db2078

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 && gulp handlebars",
"handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
"serve": "gulp serve",
"prejshint": "gulp",
"jshint": "jshint .",