Closed jackfranklin closed 11 years ago
So I wrote this but thinking about it, right now I'm not entirely sure we need it, if it's designed for the user to just download and edit?
Especially as RequireJS does the minification. Perhaps we could build that into Grunt as a custom task, perhaps set up some sample tests, and then Grunt would have some usage.
It seems @jackfranklin and I are in agreement that grunt build
and grunt server
would both be useful. I'm happy to work on the server task.
So far there's two tasks I think are really useful:
grunt server
- run a local server on port 3000
grunt build
- to run R.js optimiser
@phuu I was about to do the initial set up of Grunt. If you can hang fire for a bit until I can push that, I'm happy to work on the build task and you can do the server one?
@jackfranklin Sounds good – I've got screencasts to be recording first ;)
So I've now added Grunt and RequireJS to it.
Lets close this and @phuu when you get round to doing the server, just open a new pull request :)
Not officially released but should probably make steps towards doing it.