mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Move helpers to bottom of Gruntfile #118

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

These:

https://github.com/mhulse/rex/blob/gh-pages/source/Gruntfile.js#L8-L41

Move to somewhere in this section:

https://github.com/mhulse/rex/blob/gh-pages/source/Gruntfile.js#L534

mhulse commented 11 years ago

This is done in next commit. I have to admit though, I'm not a fan of having var statement down there (it's going to get hoisted anyway).

It's good enough for now though.

Keep my eyes peeled for how other folks handle this type of situation in their Gruntfiles.