angularjs - Minify HTML/CSS/Javascript and replace URLs with link to Amazon S3 files -
i have created web app in angularjs node.js backend. i'm planning deploy backend ec2 , static files: javascript, html , css s3. using grunt automate tasks.
my problem follows. in index.html file have list of script tags including bunch of js files, however, when these files concatenated , minified, how these script tags replaced 1 (or two) script tag pointing minified file? people manually, write script or there tools can this?
what if want upload these static files s3. have seen s3 grunt plugin, how links static files replaced in html , everywhere files needed?
Comments
Post a Comment