now it compiles. booyah.

This commit is contained in:
Chris Wanstrath 2011-08-19 00:49:28 -07:00
parent 5adf07c431
commit 9067cff57c
2 changed files with 4 additions and 15 deletions

View File

@ -355,7 +355,6 @@
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
8393438213FE479700EF93FB /* Copy JS to Resources */,
8393439613FE480600EF93FB /* Compile CoffeeScript */,
);
buildRules = (
@ -457,20 +456,6 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
8393438213FE479700EF93FB /* Copy JS to Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy JS to Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/coffee -c HTML/*.coffee";
};
8393439613FE480600EF93FB /* Compile CoffeeScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;

4
script/compile.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
PATH="$PATH:/usr/local/bin/"
coffee -o "$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Resources/" HTML/*.coffee