1
I’m looking for a software for windows, that does the minification of js/css files in Saas, currently only know codekit, but is for mac.
1
I’m looking for a software for windows, that does the minification of js/css files in Saas, currently only know codekit, but is for mac.
1
You can use the GRUNT also
0
Paid software I know the Prepross.
Can you use the Gulp.js which is the internal processing of Codekit.
https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
Browser other questions tagged javascript css sass
You are not signed in. Login or sign up in order to post.
think that mining the js and css files I can make my page does not appear the broken code before rendering, or there are other types of criteria I have to take into account?
– Michel Henriq
hello @Michelhenriq, what kind of broken code.. try to load . js asynchronously, if your application allows. In the Gruntfile.js file it is possible to merge/minify two or more . js or . css files if you need to. You can also compress the images, help a little in rendering.
– CleristonDantas