ant-build-script
ant-build-script copied to clipboard
Ant build script intended for use with HTML5 Boilerplate. You may find something useful here, but this project is archived.
For unix and windows we have defined the jpegtran.executable and advpng.executable locations, so to find out if we have them we have to check that variable, not the ENV.PATH variable.
I am using a single css file in my index.html file: ` ` This links out to a file that consists only of imports: ` @import url(normalize.css); @import url(main.css); @import...
Is it intentional that the _validate_ routine is hard coded to a single file specified in #file.root.page# ? ` ` Should it instead loop over all the files specified in...
I just cloned bp5 and the buildscript in a clean directory and everything works fine for the first building-process. After that, the html file won't get updated with the new...
This is a placeholder for any work I'll do on the image optimization tasks. There's a new branch for that work. I'll pull in the bugs and any other changes...
If there are jpegs in sub directory of the image_dir there are errors with jpegtran. Because the sub directory does not exists the image can't be saved: ``` [apply] .\jpegtran.exe:...
A site I'm currently working on makes very heavy use of transparent PNGs, and I've found that by running pngquant on the entire project I can get tremendous savings in...
I get this on "Minifying any unconcatenated css files..." ``` java.io.FileNotFoundException: /site/publish/html/css/outside/outside.css ``` It looks like `css`-directory is not yet created on publish at this point. I'm still trying to...
If I understand correctly, this ANT Build task does js-minification in this order: 1. minifies every js file 2. concatenates minified js files This is really problematic if you want...
I may have a unique case or maybe not. I've included a screen shot of my text editor with the directory tree on the left. Only trouble I'm running into...