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

Gulp #83

Merged
merged 2 commits into from
Apr 25, 2018
Merged

Gulp #83

merged 2 commits into from
Apr 25, 2018

Conversation

edvald
Copy link
Collaborator

@edvald edvald commented Apr 25, 2018

Replaced build and test scripts with gulpfile

Note: You may need to install gulp-cli (npm install -g gulp-cli)

This is much faster, especially for npm test, because stuff happens
in parallel. Also, this adds watch functionality for static project
files (the lack of which has annoyed me quite a bit).

edvald added 2 commits April 25, 2018 19:25
Note: You may need to install gulp-cli (`npm install -g gulp-cli`)
This is much faster, especially for `npm test`, because stuff happens
in parallel. Also, this adds watch functionality for static project
files (the lack of which has annoyed me quite a bit).
@thsig thsig merged commit 001b68d into master Apr 25, 2018
@edvald edvald deleted the gulp branch May 14, 2018 09:53
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