- Only run the replace task on js, css, json and txt
- Move grunt/settings/jshint and jsbeautify files to root of project, and use the grunt task to differentiate between devel and release tasks.
- Use end-with-newline for jsbeautify settings
- Replace package-name
- Switch from testem to karma, add coverage, clean up Gruntfile.
- Run jsbeautifier:verify when running grunt:release.
- Add devDependencies command.
- Add specific options including version and help.
- Create source maps by default.
- jsbeautifier always beautifies package.json and bower.json.
- Fix major bug with callbacks.
- Clean up bin. Document.
- Update grunt tasks.
- Run
pjs-settingsto copy grunt tasks, Gruntfile.js, and jshint/jsbeautify to your project.