Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gruntjs

Change Link Or Script Filename In Html After Gruntjs Minify/uglify

I am using standard minify/uglify for css/js files and combine multiple files to main.min.css or ap… Read more Change Link Or Script Filename In Html After Gruntjs Minify/uglify

Replace A Block Of Html With Another Block Of Html Using Grunt

I have a block of html something like this - Si Solution 1: Try to use grunt-string-replace , yo… Read more Replace A Block Of Html With Another Block Of Html Using Grunt

Grunt Task(s) To Minify Single Html File With Css And Javascript

I'm doing a login page which I want to be as lightweight as possible for the quickest possible … Read more Grunt Task(s) To Minify Single Html File With Css And Javascript