A Generator that generates steal canjs loader config
A generator to quickly add StealJS Slim Loader to your DoneJS project.
To add this generator to your DoneJS application run
donejs add canjs
This generator could potentially overwrite files in an existing application. It is meant to be used immediately after generating a new DoneJS application.
The following packages will be added to your project from npm:
???
To make changes to this generator clone the repository and install the dependencies
git clone git@github.com:donejs/donejs-canjs.git
cd donejs-canjs
npm install
Then you can run the tests with
npm test