scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Using HTML instead of Jade #114

Closed subodh-malgonde closed 9 years ago

subodh-malgonde commented 9 years ago

As the docs suggested, for using HTML instead of Jade I used "./scripts/compile-html.sh". As expected all the *.jade files were removed and html files were placed in app/assets directory.

However changes made to these files do not get reflected in the browser. I noticed that the _public/js/partials.js does not get updated.

In the config file I tried replacing templates: joinTo: 'js/dontUseMe'

To: templates: joinTo: 'js/partials.js'

Still things don't get updated. Any fix for this?

subodh-malgonde commented 9 years ago

This issue has been solved in the pull request https://github.com/scotch/angular-brunch-seed/pull/115