Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 5th, 2018
250
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
1.12.2 OpenComputers Extreeme reactors mod da...
Lua | 28 min ago | 3.02 KB
Arch: CPU stress test script with tmux split...
Bash | 1 hour ago | 3.74 KB
rbc_log.mod
MatLab | 4 hours ago | 1.05 KB
rbc.mod
MatLab | 4 hours ago | 0.94 KB
Computercraft - Sensor test program
Lua | 5 hours ago | 4.08 KB
PETAPETA|Level6
Lua | 5 hours ago | 131.31 KB
themepark
HTML | 5 hours ago | 1.87 KB
Computercraft - Ender Storage Test Program
Lua | 6 hours ago | 1.59 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!