IndigoUnited / spoonjs-cli

SpoonJS CLI tool
MIT License
3 stars 1 forks source link

Possible integration with cjs and brunch. #23

Open satazor opened 11 years ago

satazor commented 11 years ago

At the moment, project create scaffolds an AMD project. A lot of people dislike the extra syntax needed for AMD and prefer CommonJS instead.

There's a tool called brunch that compiles CJS files into an asynchronous format. This is better than browserify because it only compiles the changed file, not requiring the whole application to be compiled.

As soon as we start asking questions in the project create, one of them should ask to use AMD or CJS.