We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, installing [email protected] using npm results in a lib directory structure like this:
[email protected]
npm
lib
lib ├── javascripts │ ├── ng-admin │ ├── ng-admin.js │ ├── ng-admin.js.map │ ├── test │ ├── vendors.js │ └── vendors.js.map ├── ng-admin.scss └── sb-admin.scss
Based on notes from Better Integration with Module Bundlers I assume both .scss files should be moved to a sass sub-directory.
.scss
sass
The text was updated successfully, but these errors were encountered:
On transpilation, leave SASS files in lib/sass/
3d4463a
Fix #1238
Kmaschta
No branches or pull requests
Currently, installing
[email protected]
usingnpm
results in alib
directory structure like this:Based on notes from Better Integration with Module Bundlers I assume both
.scss
files should be moved to asass
sub-directory.The text was updated successfully, but these errors were encountered: