diff --git a/README.md b/README.md index c1fd61b0..b727b300 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,19 @@ http://mistic100.github.io/jQuery-QueryBuilder * Safari ?? ### Build + +* Install nodejs (with npm) +* Install Ruby +* Found some helpful info [here](http://stackoverflow.com/questions/18401606/npm-doesnt-install-module-dependencies) to resolve a couple issues +* Run `npm install -g grunt --save-dev` to install grunt +* Run `npm install -g grunt-cli` to install the grunt cli +* Run `npm install` or `npm update` +* Install `Ruby` + * Ruby: `gem install sass` +* Run `npm install -g bower --save-dev` to install bower + * Run `bower install` or `bower update` + + Run `grunt` in root directory to generate minified files inside `dist`. You can choose which plugins to include with `--modules` @@ -42,7 +55,7 @@ All plugins are included by default. You can also include ONE language with `--lang` ```bash # include French translation -grunt --lang=fr +grunt --lang=en ``` Run `grunt test` to run JSHint and the QUnit test suite.