shakacode / bootstrap-sass-loader

Webpack Loader for the Sass version Twitter Bootstrap
MIT License
118 stars 25 forks source link

1.0.7 ERROR: Could not find path to config.bootstrapCustomizations #29

Closed austinnichols101 closed 9 years ago

austinnichols101 commented 9 years ago

Ref line 55 in bootstrap-sass-styles.loader.js: https://github.com/justin808/bootstrap-sass-loader/commit/eda5080fef10a49219b6fba9c4bbff3079115c1e#56

My code specifies bootstrapCustomizations of './app/_bootstrap.config.scss'

In version 1.0.6, fileNameResolved is '/home/user/my-project/app/_bootstrap.config.scss' In version 1.0.7, fileNameResolved is '_bootstrap.config.scss'

Which results in... ERROR: Could not find path to config.bootstrapCustomizations: _bootstrap.config.scss

jorrit commented 9 years ago

This was fixed with #27. I think a release will be made shortly.

justin808 commented 9 years ago

Release 1.0.8

austinnichols101 commented 9 years ago

Thank you sir!