donejs-slim
A Generator that generates steal slim loader config
A generator to quickly add StealJS Slim Loader to your DoneJS project.
Using the generator
To add this generator to your DoneJS application run
donejs add slim
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:
???
Developing
To make changes to this generator clone the repository and install the dependencies
git clone git@github.com:donejs/donejs-slim.git
cd donejs-slim
npm install
Then you can run the tests with
npm test