Skip to content

CSS files are outputted next to SCSS files #128

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

Closed
Waterstraal opened this issue Oct 13, 2016 · 2 comments
Closed

CSS files are outputted next to SCSS files #128

Waterstraal opened this issue Oct 13, 2016 · 2 comments

Comments

@Waterstraal
Copy link

Currently the build places built CSS files next to their SCSS counterparts in the src directory. However, the CSS files are not source-code (and should not be checked in or altered by devs). Developers could change the CSS and be surprised that their changes will be rolled back after a built.

Is there a way to move the outputted CSS files elsewhere?

@DzmitryShylovich
Copy link

Just wait until #112 will be resolved.

@qdouble
Copy link
Owner

qdouble commented Oct 13, 2016

@Waterstraal right now I have the css set to be compressed, so hopefully that will enable you to tell the difference between the scss file and the generated css...but as @DzmitryShylovich pointed out... we'll no longer need to use this solution once we switch over to using the AOT webpack plugin, just waiting for some bugs to be fixed. Moving the file elsewhere would create other complications.

@qdouble qdouble closed this as completed Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants