(but it is available on heroku: https://andreasklein-org.herokuapp.com/)
.. My personal space for article, notes & ideas on the web. Written in pure Javascript powered by Node.js, Grunt.js & Express
- node.js (>= v0.10.x)
- git (>= 1.7.x)
1) default
Default Task used for dev workflow. Runs $ grunt dev Task.
2) dev
Development Workflow
jshintJavascript Code-lintinglessCompiles LESS filesautoprefixerCompletes CSS vendor prefixes automatically.concatConcatenating Javascript files into one single file.connectStarts Node.js Webserver.openOpens the dev environment in Google ChromewatchWatches your working dir and live-reloads the browser window after making changes
3) prod
Runs a distribution build.
- Includes all
devtasks, expectconnect&watchtasks uglifyJavascript minifcation + bannercssminCSS minification + banner
4) bump
Bump package version, create tag, commit, push...
Uses grunt-bump task.
$ grunt bump:patch// 0.0.1 to 0.0.2$ grunt bump:minor// 0.1.0 to 0.2.0$ grunt bump:major// 0.x to 1.0.0$ grunt bump:build// 1.0.0 to 1.0.0-1
© 2015 Andreas Klein