observing / square

The last build system you would ever want to use
MIT License
56 stars 9 forks source link

--watch detect bundle changes #51

Closed janmartenjongerius closed 11 years ago

janmartenjongerius commented 11 years ago

Let --watch also check for modifications in the bundle.json file

3rd-Eden commented 11 years ago

This should probably done in the new development branch, the reason for this is that we have a parseOnly option in the square#parse method which we could use to check if the square.json is still valid, so we don't have to die when we detect a incorrect file and just continue using the old version.

Marked as Feature request.