Skip to content

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

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