Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
123
rated 0 times [  129] [ 6]  / answers: 1 / hits: 10012  / 11 Years ago, mon, december 2, 2013, 12:00:00

I am using standard minify/uglify for css/js files and combine multiple files to main.min.css or app.min.js... However my .html file needs to be modified to point to these new file names too in <link> or <script>



Is there a way to automate this? Or how to modify .html files automatically to rename the file names in there using gruntjs?


More From » html

 Answers
2

I am using Middleman App do distinguish between dev vs build in my html or haml file:



- if development?



and



- if build?


[#49912] Sunday, December 1, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rocioblancac

Total Points: 699
Total Questions: 96
Total Answers: 108

Location: Libya
Member since Mon, Dec 7, 2020
4 Years ago
;