Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 5th, 2018
291
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
gulp.
task
(
"jsbuild"
,
function
(
)
{
return
gulp
.
src
(
"app/js/**/*.js"
)
.
pipe
(
uglify
(
)
)
.
pipe
(
gulp.
dest
(
"dist/js/"
)
)
;
}
)
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
+13,000$ in 2 days
CSS | 31 min ago | 0.91 KB
Method to get 13,000$ in 2 days
CSS | 31 min ago | 0.91 KB
[TUT] How To: EFI/UEFI FAT32 view files on WI...
2 hours ago | 0.52 KB
Untitled
3 hours ago | 13.57 KB
Untitled
5 hours ago | 7.24 KB
Untitled
7 hours ago | 16.63 KB
Untitled
9 hours ago | 7.43 KB
Untitled
11 hours ago | 22.11 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!