This website requires JavaScript.
Explore
Help
Sign In
steve
/
mybuddy
mirror of
https://github.com/snachodog/mybuddy.git
Watch
1
Star
0
Fork
You've already forked mybuddy
0
Code
Issues
3
Packages
Projects
1
Releases
Wiki
Activity
162f117cef
mybuddy
/
gulpfile.js
/
tasks
/
build.js
5 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add a gulp "build" task for building and compressing all assets.
2017-08-24 13:50:39 +00:00
const
gulp
=
require
(
'gulp'
)
;
Refactor gulp commands and travis config for whitenoise integration.
2017-10-23 17:50:20 +00:00
gulp
.
task
(
'build'
,
[
'scripts'
,
'styles'
,
'extras'
]
)
;