Clone this repo and then run npm install
- http://git-scm.com/downloads
- https://nodejs.org/download/
- https://github.com/brigade/scss-lint
- http://jshint.com/install/
- http://gruntjs.com/getting-started#installing-the-cli
- http://rubyinstaller.org/
- http://www.browsersync.io
grunt quality
Code quality check (*.js
-*.scss
)grunt server
Runs a development server using BrowserSync
grunt prepare
Prepare everything for the buildgrunt testBuild
Test latest buildgrunt build
Create the build - Commit Changes - Push changes to github. It creates a minor version change.0.0.1 -> 0.0.2
grunt build --deployVersion=major
Creates a major version.0.0.1 -> 1.0.0
Send a Pull Request!