Skip to content
New issue

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

Release SASS files to a separate subdirectory #1238

Closed
semekh opened this issue Oct 24, 2016 · 0 comments
Closed

Release SASS files to a separate subdirectory #1238

semekh opened this issue Oct 24, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@semekh
Copy link

semekh commented Oct 24, 2016

Currently, installing [email protected] using npm results in a lib directory structure like this:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants