This website works better with JavaScript.
Home
Explore
Help
Sign In
sumedia-webdesign
/
gulpfile-setup
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
30 KiB
JavaScript
100%
Tree:
97e328a2c1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '97e328a2c1'
${ noResults }
gulpfile-setup
/
clean.mjs
2 lines
84 B
Raw
Blame
History
import
{
clean
}
from
"./gulpfile.mjs"
export
default
function
(
cb
)
{
clean
(
)
;
cb
(
)
;
}
;
Reference in new issue