File: build.sh

Recommend this page to a friend!
  Classes of Jonathan Gotti   l.js   build.sh   Download  
File: build.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: l.js
Load CSS and JavaScript files in parallel
Author: By
Last change: preparing v0.1.1
Date: 1 year ago
Size: 142 bytes
 

Contents

Class file image Download
#!/bin/sh echo "//https://github.com/malko/l.js" > l.min.js && uglifyjs l.js -m -c >> l.min.js && cat l.min.js | gzip > l.min.js.gz && ls -lh