We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7424a7 + 2cbe939 commit f92d6ddCopy full SHA for f92d6dd
package.json
@@ -14,7 +14,7 @@
14
"main": "dist/swagger-ui.js",
15
"scripts": {
16
"build": "npm run handlebars && gulp",
17
- "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",
18
"serve": "gulp serve",
19
"prejshint": "gulp",
20
"jshint": "jshint .",
0 commit comments