I have sass
files & want to compile the css and js files to another directory.
Latest versions of everything.
Vendor files are compiled well & to the dir I want, but app (named compile) files don’t.
What am I doing wrong?
I have sass
files & want to compile the css and js files to another directory.
Latest versions of everything.
Vendor files are compiled well & to the dir I want, but app (named compile) files don’t.
What am I doing wrong?
I had a similar issue (multiple css files in outputPaths breaks when using broccoli-sass · Issue #2569 · ember-cli/ember-cli · GitHub) that was fixed by upgrading to master.
Also, I believe you should be using css
instead of scss
in your outputPaths.
@lookingsideways, thanks. I tried css, etc, etc - nothing worked.
gonna wait till a normal release, don’t want to mess up with npm link & other stuff.
thought, ember would be a breathe, but it feels like a big pain in the a.