This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wagtail
Watch
0
Star
0
Fork
0
You've already forked wagtail
mirror of
https://github.com/wagtail/wagtail.git
synced
2024-12-01 11:41:20 +01:00
Code
Issues
Releases
Wiki
Activity
c9f73d3157
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 18:44:08 +02:00
var
gulp
=
require
(
'gulp'
)
;
Missing newlines
2015-07-09 13:36:34 +02:00
gulp
.
task
(
'default'
,
[
'build'
,
'watch'
]
)
;
Copy Permalink