Skip to content

Instantly share code, notes, and snippets.

@paltman
Created October 25, 2017 12:33
Show Gist options
  • Save paltman/614f9c9d1a701beed4a7abdc98d33136 to your computer and use it in GitHub Desktop.
Save paltman/614f9c9d1a701beed4a7abdc98d33136 to your computer and use it in GitHub Desktop.
"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