I did meteor add particle4dev:sass and added a style.sass file and nothing happens, the file is ignored.
Is there anything else I suppose to do in order for the file to be watched and compiled?
This is node-sass repackaged for meteor and i think libsass, the library that node-sass is based off, is only support for the scss syntax. Use style.scss instead of sass.
I did
meteor add particle4dev:sass
and added astyle.sass
file and nothing happens, the file is ignored. Is there anything else I suppose to do in order for the file to be watched and compiled?