Running a vanilla DoneJS 3.2.0 (latest in npm) generated app, and adding steal-sass (1.3.3) causes a crash when trying to import a .scss file. It crashes in the browser, complaining that it can’t parse package.json from sass.js.
I’m importing the scss file either in the .stache file, or in the app.js file.