Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : CanJS AMD

$
0
0
The AMD distributables are part of the build process which is described in theContributing guide (I still think the "Making a build" part should be featured somewhat more prominently). Which should be as easy as:


git clone git@github.com:bitovi/canjs.git
cd canjs
npm install
grunt
And voila you will have the CanJS distribution in the `dist` folder.

Optionally also run `grunt test` to test all builds with PhantomJS.

Viewing all articles
Browse latest Browse all 3491

Trending Articles