Lines Matching +full:build +full:- +full:release
9 * [Bower](http://bower.io/) - `bower install snap.svg`
10 * Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js
11 * Manual Unminified - https://raw.githubusercontent.com/adobe-webplatform/Snap.svg/master/dist/snap…
22 In your HTML file, load simply by: `<script src="snap.svg-min.js"></script>`
25 ### Build subsection in [Snap.svg](http://snapsvg.io)
27 Snap.svg uses [Grunt](http://gruntjs.com/) to build.
35 npm install -g grunt-cli
43 _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting-started) more on t…
45 * Type `grunt` in the command line to build the files.
46 * The results will be built into the release folder.
47 * Alternatively type `grunt watch` to have the build run automatically when you make changes to sou…
52 * [Fork](https://help.github.com/articles/fork-a-repo) the repo.
55 git checkout -b my_branch
60 git commit -am "Added some awesome stuff"
66 * Make a [pull request](https://help.github.com/articles/using-pull-requests) to `dev` branch.