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

fixes issue with compiled JavaScript not being copied to statix/dist … #10

Merged
merged 2 commits into from
May 11, 2017

Conversation

rentorm
Copy link

@rentorm rentorm commented May 10, 2017

fixes issue #9 where compiled JavaScript is not being copied to statix/dist folder and loaded with Browsersync

@@ -3,21 +3,28 @@
*/
const config = require('../config');
const gulp = require('gulp');
const runSequence = require('run-sequence');

gulp.task('watch', ['compile'], () => {
gulp.watch(['**/*.scss'], { cwd: config.css.scssDir }, ['css'])
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this also include the copy task for the CSS? Or is it that the CSS is already being copied as part of the CSS task?

Copy link
Author

@rentorm rentorm May 11, 2017

Choose a reason for hiding this comment

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

this here takes care of CSS copy part - https://github.com/TryKickoff/statix/blob/next/.kickoff/tasks/css.js#L71
so, yes CSS copy is already done in css task

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok – just wanted to check

@ashleynolan ashleynolan merged commit 57b08ab into TryKickoff:next May 11, 2017
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

Successfully merging this pull request may close these issues.

2 participants