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-11-28 17:13:31 +01:00
Code
Issues
Releases
Wiki
Activity
c9f73d3157
wagtail
/
gulpfile.js
/
tasks
/
build.js
4 lines
91 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
(
'build'
,
[
'styles'
,
'scripts'
,
'images'
,
'fonts'
]
)
;
Copy Permalink