CDN for web developers --- process and host static assets the easiest and fastest way possible.
Just keep the files in your Dropbox folder and we automatically receive, version and invoke any file generators in the pipeline. Builds CoffeeScript, LESS, SASS, compressed JavaScript, CSS, image manipulations etc. There's also handlebars templating for full-blown static website generation.
All assets are hosted at either your custom domain or at ultra-short //yourname.m7.io
Nice idea, I could see myself using the compressed javascript / css feature. Wouldn't this be better done by focusing on git commits rather than dropbox, though?
Edit: I'd rather it just minified and gzipped the files, and uploaded them to my existing storage (e.g S3) rather than setup a new CDN.
CDN for web developers --- process and host static assets the easiest and fastest way possible.
Just keep the files in your Dropbox folder and we automatically receive, version and invoke any file generators in the pipeline. Builds CoffeeScript, LESS, SASS, compressed JavaScript, CSS, image manipulations etc. There's also handlebars templating for full-blown static website generation.
All assets are hosted at either your custom domain or at ultra-short //yourname.m7.io
CDN meets real-time upload meets asset pipeline meets git meets devops :)