Closed szepeviktor closed 9 years ago
Is it / will it be possible to load remote scripts? //www.google-analytics.com/analytics.js
//www.google-analytics.com/analytics.js
I am really missing make.sh and curl-with-js-and-domReady...
make.sh
curl-with-js-and-domReady
Is concatenation enough like in the old times? cat $@ | sed -e "s:\/\*==::g" -e "s:==\*\/::g" > "$tmpfile"
cat $@ | sed -e "s:\/\*==::g" -e "s:==\*\/::g" > "$tmpfile"
Going back to curl...
Is it / will it be possible to load remote scripts?
//www.google-analytics.com/analytics.js
I am really missing
make.sh
andcurl-with-js-and-domReady
...