Skip to content

Commit

Permalink
Change build_dir to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Feb 27, 2015
1 parent 94ac966 commit fcc4bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -9,7 +9,7 @@ set -o posix # more strict failures in subshells
# set -x # enable debugging

# Configure directories
build_dir=$1/app/frontend
build_dir=$1/frontend
cache_dir=$2
env_dir=$3
bp_dir=$(cd $(dirname $0); cd ..; pwd)
Expand Down
2 changes: 1 addition & 1 deletion bin/detect
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# bin/detect <build-dir>

build_dir=$1/app/frontend
build_dir=$1/frontend

if [ -f $build_dir/package.json ]; then
echo "Node.js" && exit 0
Expand Down

0 comments on commit fcc4bcd

Please sign in to comment.