Created
October 25, 2017 12:33
-
-
Save paltman/614f9c9d1a701beed4a7abdc98d33136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"lint": "eslint src/eldarion-ajax-core.js src/eldarion-ajax-handlers.js tests/specs.js", | |
"jasmine": "karma start tests/config.js --single-run", | |
"release": "npm run uglify && npm run add-banner", | |
"add-banner": "node banner.js", | |
"uglify": "cat src/eldarion-ajax-core.js src/eldarion-ajax-handlers.js | uglifyjs --compress --mangle --comments \"/Copyright/\" -o dist/eldarion-ajax.min.js", | |
"test": "npm run lint && npm run jasmine" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment