Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Is there a way to exclude files from the ember serve watcher?

$
0
0

@anna wrote:

Is there a way to exclude files from the ember serve watcher?

We found using Windows machines that our build time was getting ridiculous. To help improve that we removed the scss compilation to an external watcher (which cuts our build time in half).

Unfortunately however running ‘ember serve’, when the other watcher rebuilds the files ember detects that and rebuilds it’s own code. Which is of course completely unnecessary since those files in no way affect it’s own compiled output.

Subsequently, is there way to prevent the rebuild if those files change?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles