UNPKG
potions
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Minimal Gulp wrapper.
github.com/johnRivs/potions
johnRivs/potions
potions
/
gulpfile.js
8 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
potions =
require
(
'./index'
);
potions
(
mix
=>
{ mix.
js
([
'app.js'
],
'app.js'
) .
sass
([
'app.scss'
],
'app.css'
) .
styles
([
'vendor/c.css'
],
'vendor.css'
); });