ant-build-script
ant-build-script copied to clipboard
Compressing only index Html and conacatinating css file
1)in my project more tha n 10 html file...whin i ant build.it only compress index.html file ..not my other file wahy...i want to minify all html file.... 2)i dont want to cancatiniate css file ..how can i do that 3)is override existing .js.css .html posssible...then how
please help me
- Have you added the list of files to the
file.pagesproperty? https://github.com/h5bp/ant-build-script/blob/master/config/project.properties#L14 - What exactly is happening now? By default we're not doing anything magical so to have CSS files being concatenated you must be doing something extra.
- I have no idea what you're asking here.