Skip to content

Instantly share code, notes, and snippets.

@eculver
Created November 14, 2011 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eculver/1364618 to your computer and use it in GitHub Desktop.
Save eculver/1364618 to your computer and use it in GitHub Desktop.
Build WD assets for IE
#!/usr/local/bin/bash
sed -i '' '/^[ ]*\$isDebug/ a\
\ \ \ \ \ \ \ \ $isDebug = FALSE;
' ~/projects/wd-app/Wd/App/View/Html/ResourceBuilder.php
~/projects/wd-app/bin/build.php -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment