RaveJS / rave

Zero-configuration application bootstrap and development
278 stars 8 forks source link

Loading remote scripts #73

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

Is it / will it be possible to load remote scripts? //www.google-analytics.com/analytics.js

I am really missing make.sh and curl-with-js-and-domReady...

szepeviktor commented 9 years ago

Is concatenation enough like in the old times? cat $@ | sed -e "s:\/\*==::g" -e "s:==\*\/::g" > "$tmpfile"

szepeviktor commented 9 years ago

Going back to curl...