I followed the steps as best as possible in the readme, but I was not able to get this addon to work in a new ember cli app v 2.7.0.
Possibly the issue is the following step:
In ./index.js of your project, make sure an included function is defined:
My app does not have a file ./index.js. If I create one, my app will not run (nor can I run ember build), throwing the error
compassOptions: {
^^^^^^^^^^^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext
I followed the steps as best as possible in the readme, but I was not able to get this addon to work in a new ember cli app v 2.7.0.
Possibly the issue is the following step:
In ./index.js of your project, make sure an included function is defined:My app does not have a file ./index.js. If I create one, my app will not run (nor can I run
ember build), throwing the error