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

Adds NPM GULP and SASS to this project #372

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

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.

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.

3 participants