Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

Set up Grunt 0.4 #6

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

Not officially released but should probably make steps towards doing it.

jackfranklin commented 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.

tgvashworth commented 11 years ago

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.

jackfranklin commented 11 years ago

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?

tgvashworth commented 11 years ago

@jackfranklin Sounds good – I've got screencasts to be recording first ;)

jackfranklin commented 11 years ago

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 :)