govau / pancake

Making npm work for the front end and the Australian Government Design System.
http://designsystem.gov.au
MIT License
94 stars 13 forks source link

pancake fails to compile css #134

Open mikey0000 opened 4 years ago

mikey0000 commented 4 years ago

File to import not found or unreadable: /Users/michael/git/at_wayfinding/node_modules/sass-versioning/dist/_index.scss.

getting this due to components having sass-versioning true in package.json, also still seeing the module added to sass in the generated pancake folder. Not sure if this has been address in gov.au but from what I last saw it hasn't

mikey0000 commented 4 years ago

It looks to be an issue with pancake sass setting sass-versioning to true initially. var sassVersioning = true; //let’s assume the pancake module was build with sass-versioning should be set to false. var sassVersioning = false; //let’s assume the pancake module was build with sass-versioning