ilkosta/static-jade-brunch

Cut a release

vendethiel opened this issue · 6 comments

Hello,

thanks for this, it's really cool.
I'd like to ask you to tag it (ie 0.1) for me to be able to use in a brunch project (git+ssh randomly fails with windows).

Thanks in advance ! really looking forward to use it

I've experienced the same git/windows issue for others projects and I remember that I solved it by specifing the zip downloadable with https protocol in packages.json (ie. https://github.com/ilkosta/static-jade-brunch/zipball/master), and using npm install.

I still have not been able to verify and run the plugin inside the official angular-brunch-seed although others have reported that it can work by entering the file 'jade' not in the asset directory.

@ilkosta Jade files need to be moved out of the assets directory because compiler plugins don't know about them.

sorry for my english and my typos :)
I hope to test and public it in npm within a day.
Brunch and it's community are fantastic.

Good work.
I had doubts about how auto-reload-brunch can co-exists with the generation of other files duringonCompile phase by others plugins... and it does not work as expected.
I'm thinking if it would need to check the presence of the auto-reload-brunch plugin and in the case to trigger (if possibile) the autoreload of the generated files.

I've just released and published to npm a new version that will place the generated files in the assets/ directory (to solve the auto-reload-brunch problem).