This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
wagtail
Watch
1
Star
0
Fork
You've already forked wagtail
0
mirror of
https://github.com/Hopiu/wagtail.git
synced
2026-03-26 02:40:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2294520032
wagtail
/
gulpfile.js
/
tasks
/
default.js
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added new gulpfile directory with modularised tasks
2015-06-04 16:44:08 +00:00
var
gulp
=
require
(
'gulp'
)
;
Missing newlines
2015-07-09 11:36:34 +00:00
gulp
.
task
(
'default'
,
[
'build'
,
'watch'
]
)
;
Reference in a new issue
Copy permalink