Skip to content

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

Merged
ashleynolan merged 2 commits into
TryKickoff:nextfrom
rentorm:next
May 11, 2017
Merged

fixes issue with compiled JavaScript not being copied to statix/dist …#10
ashleynolan merged 2 commits into
TryKickoff:nextfrom
rentorm:next

Conversation

@rentorm

@rentorm rentorm commented May 10, 2017

Copy link
Copy Markdown

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

Comment thread .kickoff/tasks/watch.js
const runSequence = require('run-sequence');

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

Copy link
Copy Markdown
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?

@rentorm rentorm May 11, 2017

Copy link
Copy Markdown
Author

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
Copy Markdown
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