mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
* switched to CORS from JSONP * improved style * separated almost all JavaScript from the HTML * minify & combine JavaScript using closure & cat * fleshed out Makefile
7 lines
365 B
Bash
Executable file
7 lines
365 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
echo "request,showdown,strftime,tmpl,jquery-serializeObject,blog -> assets/blog-all.min.js"
|
|
cat assets/{request,showdown,strftime,tmpl,jquery-serializeObject,blog}.min.js >|assets/blog-all.min.js
|
|
|
|
echo "gitter.storage-polyfill,store,proj -> assets/proj-all.min.js"
|
|
cat assets/{gitter,storage-polyfill,store,proj}.min.js >|assets/proj-all.min.js
|