Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Don’t hard-code the header.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Dec 13, 2012
1 parent 885eda8 commit 1f67ebc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions minify
@@ -1,10 +1,6 @@
#!/bin/bash
(
echo '/**
* StyleFix 1.0.3 & PrefixFree 1.0.7
* @author Lea Verou
* MIT license
*/'
head -n 5 prefixfree.js
curl --data-urlencode 'js_code@prefixfree.js' \
--data 'output_info=compiled_code' \
http://closure-compiler.appspot.com/compile
Expand Down

0 comments on commit 1f67ebc

Please sign in to comment.