yavorsky / riot-brunch

Adds Riot.js support to brunch
14 stars 15 forks source link

Support for dependencies #9

Closed sntran closed 8 years ago

sntran commented 8 years ago

Brunch won't recompile tag file if it has any include/import-d files and they are changed. For example, if Jade is used for template, and it includes LESS file or CoffeeScript file, making change to those files will not trigger Brunch's build.

This commit uses progeny to retrieve those dependencies from the source file and pass to Brunch to keep track of.

yavorsky commented 8 years ago

@sntran There are some conflicts. Can you resolve them?

sntran commented 8 years ago

@yavorsky, The conflict is resolved.

yavorsky commented 8 years ago

@sntran Cool! Going to publish.