emberjs-addons / sproutcore-statechart

(Ember Only) Repository for the ported SproutCore Statechart package
www.sproutcore.com
50 stars 11 forks source link

Rakefile update #8

Closed stevenh512 closed 13 years ago

stevenh512 commented 13 years ago

Cleaned up compile_statechart_task a bit and added a task to clean up any artifacts from previous builds.

Trying to make all of the Rakefiles act like simpler versions of the sproutcore20 Rakefile to make life easier for myself (and hopefully anyone else trying to automate builds with rake).

ColinCampbell commented 13 years ago

Looks great Steven, thanks :)

stevenh512 commented 13 years ago

No problem. As you can probably see from my pull requests on my other repos, I'm trying to make all of the Rakefiles work like simplified versions of the main sproutcore20 Rakefile.. that way, those of us who aren't using BPM (I'm using Rails 3.1) have an easy way to automate building all of SproutCore. Locally, I have the entire build down to 2 rake tasks (one to pull, one to build everything and copy the output) but it looks pretty sloppy right now. :)