UNPKG
slush-source3
Version:
latest (3.5.1)
3.5.1
3.5.0
3.4.17
3.4.16
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.19
3.3.18
3.3.17
3.3.16
3.3.15
3.3.14
3.3.13
3.3.12
3.3.11
3.3.10
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.28
3.0.27
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.14
3.0.13
3.0.12
3.0.11
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Source 3 generator
slush-source3
/
templates
/
gulpfile.js
6 lines
(4 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
GLOBAL
.gulp =
require
(
'gulp'
);
require
(__dirname +
'/vendor/pyrsmk/source-3/gulpfile.js'
); registerRootPath(__dirname); registerFramework(
'application'
, __dirname +
'/application/'
);