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

Fix gulp build task. #90

Closed
wants to merge 1 commit into from
Closed

Fix gulp build task. #90

wants to merge 1 commit into from

Conversation

XhmikosR
Copy link
Contributor

@XhmikosR XhmikosR commented Apr 2, 2016

No description provided.

@XhmikosR
Copy link
Contributor Author

XhmikosR commented Apr 2, 2016

I'm gonna close this and make a PR to add Travis. @feimosi: can you add Travis CI to this repo and I'll add the needed stuff in a new PR.

@XhmikosR XhmikosR closed this Apr 2, 2016
@feimosi
Copy link
Owner

feimosi commented Apr 2, 2016

Sure, no problem.
Just the gulp task could be written like this:

gulp.task('build', runSequence(['css', 'js', 'css-min', 'js-min'], 'update-version'));

Notice the array. These can run in parallel.

@XhmikosR
Copy link
Contributor Author

XhmikosR commented Apr 2, 2016

But css-min needs css. Anyway see #91.

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.

None yet

2 participants