Skip to content

Conversation

@lotusgraham
Copy link
Contributor

@lotusgraham lotusgraham commented Oct 4, 2016

Installed npm, Gulp, and Sass in this project.

Adds a sass folder to the frontend directory. The current style.scss file within that folder compiles to style.css.. That css file is only there to veryify that it works with gulp and sass, it's not actually being used in the project currently. The index.css is still the production stylesheet.

I copied the styles in frontend/css/index.css and compiled them into SCSS code, which is what's being used to test the setup in frontend/sass/styles.css

Docs for others to utilize this setup is coming in another PR.

@lotusgraham
Copy link
Contributor Author

I tested the compiled stylesheet which is currently frontend/css/style.css and all the styles look same as the index.css file.

gulpfile.js Outdated
gulp.watch('./frontend/sass/*.scss', ['sass']);
});

// var cssTask = function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lotusgraham take out this commented code.

@alexlemann
Copy link
Member

refs #368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants