Commit Graph

  • b1bda328fa rename /images/ to /img/. If you're upgrading to the new build script from the old one you'll have to update this path. Paul Irish 2011-03-05 20:51:37 -08:00
  • b1bfca4ce1 build script. strip root favicon reference with replaceregexp instead, due to recent Ant change. Paul Irish 2011-03-05 20:47:34 -08:00
  • a99ea4f867 build script: handy .bat file for windows users. Paul Irish 2011-03-05 18:52:01 -08:00
  • e821a011b6 build script: enabling css @import inlining. fixing relative path issue. Paul Irish 2011-03-05 18:28:13 -08:00
  • 7b612ad5a3 build script: update css-compressor to latest version. Paul Irish 2011-03-05 17:36:52 -08:00
  • 4cc2e9dd87 build script: jpegtran now works everywhere! Waa hoo! Also added a jpgcopy task that is used in "text" builds. Paul Irish 2011-03-05 17:29:43 -08:00
  • 798c51c1dd build script: jpegtran fun. default to stripping metadata. make the output WORK on mac. Oh and we actually want it to compress the files. :) Paul Irish 2011-03-05 15:59:57 -08:00
  • 0b6eb65bbb build script: mega whitespace commit. huge thanks to craigbarnes. Paul Irish 2011-03-05 15:09:11 -08:00
  • 27b23afd11 build script: quiet the optipng output Paul Irish 2011-03-05 14:49:49 -08:00
  • 43ce2b0d10 remove favicon reference from HTML only if favicon is in the domain root. Paul Irish 2011-03-02 00:07:31 -08:00
  • 10199da571 fix nonsensical copy process Samus_ 2011-02-27 06:55:40 -02:00
  • fad397cf14 removing noise from comment Samus_ 2011-02-27 06:23:19 -02:00
  • 2fb3e06ecb fixing indentation Samus_ 2011-02-27 05:54:04 -02:00
  • 88ba257a15 adding check for cpio Samus_ 2011-02-27 05:51:40 -02:00
  • 98726aa6b9 adding loop to prevent empty $name Samus_ 2011-02-27 05:36:27 -02:00
  • eb165ae2f9 shebang indicates bash usage, swithing to modern [[ keyword Samus_ 2011-02-27 05:33:18 -02:00
  • 5eba6d04c7 changed capitalization of var names (caps are for environment and/or bash reserved vars) Samus_ 2011-02-27 05:30:59 -02:00
  • 3b5e4fcfb1 fixing quotes Samus_ 2011-02-27 05:29:33 -02:00
  • 5209605ad8 merged build.xml Shi Chuan 2011-03-01 22:18:21 +08:00
  • 9719c847c9 fixed jpegtran issue Shi Chuan 2011-02-23 23:46:40 +08:00
  • 4fc2b46945 Friendly error messages when optipng or jpegtrans not installed Andrew Le 2011-02-22 16:46:51 -08:00
  • 4a9b8f1953 build script: less verbose html comment required. Paul Irish 2011-02-21 23:31:41 -07:00
  • 436f37c6ab added DIRECTORY_SEPARATOR Shi Chuan 2011-02-23 01:54:50 +08:00
  • 46dd962316 changed from strrpos to strpos Shi Chuan 2011-02-16 21:59:44 +08:00
  • ce5a13c9b3 Merge branch 'master' of https://github.com/nicpottier/html5-boilerplate into nicpottier-master Paul Irish 2011-02-15 08:40:09 -08:00
  • 5f7678751e add a source directory option in the build config. This allows you to put your files in a different directory than the directory immediately above /build. Useful if you have a different layout than is assumed by boilerplate, for example, in Django Nic Pottier 2011-02-15 17:28:53 +02:00
  • 10329ae29c fixed the CSS Compressor issue Shi Chuan 2011-02-15 22:29:35 +08:00
  • d51e88a007 Clean up build targets so target dependencies are resolved correctly Andrew Le 2011-02-14 06:38:32 -08:00
  • 4262de6f51 Merge branch 'master' of https://github.com/johnbacon/html5-boilerplate into johnbacon-master Paul Irish 2011-02-12 21:24:23 -08:00
  • bfbd0a8ff0 fix for build.xml to set version number on minified css filename Chris Hager 2011-02-12 19:07:22 -05:00
  • 41d15595c2 Corrected misspelling. John Bacon 2011-02-11 19:40:25 -05:00
  • f9e9cf13f7 Fixed spelling error in build.properties... John Bacon 2011-02-11 19:30:02 -05:00
  • 0dde6ff2ba added default environment in project.properties Shi Chuan 2011-02-08 23:48:31 +08:00
  • 7f1b78761c removed x in the buildkit prod/test that blocked execution Shi Chuan 2011-02-02 17:38:11 +08:00
  • 0fc435b641 build script. fix up a few dependency breaks. Lesson learned: ant depends implies ORDER, not just dependency. Paul Irish 2011-01-23 21:12:07 -08:00
  • 5873af8b50 fix incorrect closing tag. thx sammyk! fixes #287 Paul Irish 2011-01-22 21:46:15 -08:00
  • ab3d4f213a Using Corey Hart's css-compressor (php-based) script for our css-min. Stoyan's research has proved it to be the best. http://twitter.com/#!/stoyanstefanov/status/29517474600 ^ was tweeted after he did http://www.phpied.com/css-minifiers-comparison/ Paul Irish 2011-01-22 18:37:35 -08:00
  • 5e4304344e build script upgrades the Expires headers for you. Paul Irish 2011-01-22 17:45:25 -08:00
  • 17d6cc5dd4 DRY up htmlcompressor references. Detail on ignoring more files. Fixes #267 Paul Irish 2011-01-22 17:02:13 -08:00
  • fe1238e968 build script. os x matches on osfamily=unix, in fact. kill redundant call. fixes #272 Paul Irish 2011-01-22 16:57:30 -08:00
  • 8931f8d8a4 Making the build script happier. Changes below: Paul Irish 2011-01-22 16:43:02 -08:00
  • d45dc3a79e update build script to account for latest changes. Paul Irish 2011-01-22 12:45:40 -08:00
  • 87ecf2fcd2 updating htmlcompressor version to address some html minification errors. fixes #279 Paul Irish 2011-01-20 12:28:42 -08:00
  • d2a15d540b oops, forgot the jar Rob Larsen 2010-11-18 23:30:49 -05:00
  • 3d3d6bb494 Moving the following changes into git Rob Larsen 2010-11-18 23:25:11 -05:00
  • 867ce8a415 exclude config files from build process AD7six 2010-10-31 23:53:42 +01:00
  • 88be13298e Fixing incorrect path in first run instructions rwldrn 2010-10-27 00:56:49 +08:00
  • 0460be7301 Update Modernizr to v1.6 Paul Irish 2010-10-25 22:21:28 -07:00
  • 53ce08ae4e remove AIR app for now. will add back soon when its updated Paul Irish 2010-10-25 22:16:36 -07:00
  • 89627253c3 DRY up the build script a little more. Paul Irish 2010-10-25 22:15:04 -07:00
  • cf454ba57e added version auto update Shi Chuan 2010-10-26 00:18:14 +08:00
  • 681d4a74b9 optimize all pngs in the project. why not? Paul Irish 2010-10-23 22:56:27 -07:00
  • 319ffb1d5c dont remove too many js files in build.. might be needless deletions. Paul Irish 2010-10-23 22:30:26 -07:00
  • 83cf98c388 optipng can ignore gitignore. :) Paul Irish 2010-10-23 22:19:36 -07:00
  • bf9ae589ed remove any versioning query args in the build script. Paul Irish 2010-10-23 22:15:17 -07:00
  • 6babd1a054 docs on how to use html comments that beat the minifier. Paul Irish 2010-10-23 21:45:30 -07:00
  • 40213ea6cd createproject.sh fixes to clean up after itself and now live in the build folder. doesnt need sudo. Paul Irish 2010-10-23 19:21:35 -07:00
  • 83676fa91f js/helpers ==> js/libs (These files ship with boilerplate and are not concat'd) js/libs ==> js/mylibs (These are your own library code. They are concat'd) Paul Irish 2010-10-23 19:05:49 -07:00
  • 5d1c47fea6 console.logs are killed pre-minification. Paul Irish 2010-10-23 19:01:13 -07:00
  • b360129a10 build script refactor. much cleaner js build. Paul Irish 2010-10-23 18:45:34 -07:00
  • 93dde8b279 build refactor.. minify first. only concat .min.js files Paul Irish 2010-10-23 18:23:30 -07:00
  • 5f2218f2db build script: lots of comments.. killing some unncessary tasks.. everything is almost all in order but not yet. Paul Irish 2010-10-23 17:16:44 -07:00
  • ecd9664102 AIR installer app to create new projects. Done by Shi Chuan. Fixes #109 Paul Irish 2010-10-23 13:14:09 -07:00
  • 7ea0bb040f default.props indentation (yay tabs) and inline docs Paul Irish 2010-09-30 13:16:39 -04:00
  • 7c403eeb5c remove profiling js in published folder Paul Irish 2010-09-30 13:05:24 -04:00
  • 5446bf1d89 normalize all min files to .min.js for consistency and to fix a weird bug Paul Irish 2010-09-30 13:00:07 -04:00
  • b036a1afc1 mikkotikkanen 2010-09-26 14:21:04 -07:00
  • 6c455b46f4 New build file crappish 2010-09-23 21:40:01 +03:00
  • e3d64320ba update htmlcompressor to 0.9.3 to fix IE cond comments bug. simplify html minification. paulirish 2010-09-09 07:14:11 -07:00
  • 299c1016a9 expand build options based on html minification configurations. paulirish 2010-09-09 07:05:42 -07:00
  • 7f3fef5487 adding .svn folders to gitignore and the publish prune paulirish 2010-09-09 06:06:04 -07:00
  • 178c2ec82d Added best practices of build version incrementing paulirish 2010-09-09 05:53:24 -07:00
  • 24bf684088 somehow dropped the -o option, so htmlcompression was running to stdout. opps. Rob Larsen 2010-08-28 22:58:58 -04:00
  • e6c7789992 html compression and some windows cleanup Rob Larsen 2010-08-28 22:20:47 -04:00
  • 9eafa18bbe git rm --cached build/build.properties paulirish 2010-08-25 16:27:11 -07:00
  • d71f939f23 any ! comments will go back to normal comments paulirish 2010-08-24 22:44:20 -07:00
  • 8e86db1617 use uncompressed jquery by default. switch to minified in build. also prefer CDN hosted. paulirish 2010-08-24 22:41:45 -07:00
  • f704caadfc clarification of jpegtran metadata stripping paulirish 2010-08-22 23:56:41 -07:00
  • 5e6290fde3 apply html minification to all .html inside publish paulirish 2010-08-22 23:53:18 -07:00
  • be7779ea3c redefine the minified script/style filenames so unminified versions are findable paulirish 2010-08-22 23:40:21 -07:00
  • 90446b1fea basic html minification (just kill the comments) paulirish 2010-08-22 23:17:25 -07:00
  • c52fefc9d0 put html optimizations before images. correct css filesname to minified. paulirish 2010-08-22 23:10:15 -07:00
  • 7e64b179ef adapt build.xml to new folder stucture. break out jpg and png to separate tasks paulirish 2010-08-22 22:59:09 -07:00
  • 26c51b5ace moving build files into build folder. new files paulirish 2010-08-22 22:44:48 -07:00