You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to not use bootstrapp-sass (or bootstrap-less (via importBootstrapTheme and importBootstrapCSS) if you have a supported preprocessor installed.
Therefore, since I have ember-cli-sass installed (for other things), but am including the boostrap css elsewhere, I get an error when trying to build (index.js:91):
Npm package "bootstrap-sass" is missing, but required for SASS support. Please run ember generate ember-bootstrap to install the missing dependencies!
I tried running ember generate ember-bootstrap --preprocessor=none but all that accomplished was it uninstalling my ember-cli-sass, which wasn't precisely the solution I was looking for.
(For now, I'm working around this by installing ember-boostrap but removing the import from app.scss)
… configurations
* Fixes#322.
Change sass preprocessor error to a warning and update the wording.
* Wording change.
* Similar softening of the error when using less without the right bootstrap dependency.
* Refactor the warning message incantation into a method.
There is no way to not use bootstrapp-sass (or bootstrap-less (via
importBootstrapTheme
andimportBootstrapCSS
) if you have a supported preprocessor installed.Therefore, since I have ember-cli-sass installed (for other things), but am including the boostrap css elsewhere, I get an error when trying to build (index.js:91):
I tried running
ember generate ember-bootstrap --preprocessor=none
but all that accomplished was it uninstalling my ember-cli-sass, which wasn't precisely the solution I was looking for.(For now, I'm working around this by installing ember-boostrap but removing the import from app.scss)
The text was updated successfully, but these errors were encountered: