ant-build-script icon indicating copy to clipboard operation
ant-build-script copied to clipboard

Compressing only index Html and conacatinating css file

Open pranavpatil18 opened this issue 12 years ago • 1 comments

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

pranavpatil18 avatar Mar 29 '13 10:03 pranavpatil18

  1. Have you added the list of files to the file.pages property? https://github.com/h5bp/ant-build-script/blob/master/config/project.properties#L14
  2. 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.
  3. I have no idea what you're asking here.

roblarsen avatar Mar 30 '13 11:03 roblarsen