Skip to content

Commit

Permalink
Grunt: Specify BUILD_DIR for microflo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Jan 10, 2015
1 parent f467ed0 commit 6d117e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
microflo_make = "make -f ./node_modules/microflo/Makefile \
MICROFLO_SOURCE_DIR=`pwd`/node_modules/microflo/microflo \
MICROFLO=./node_modules/.bin/microflo"
MICROFLO_SOURCE_DIR=#{process.cwd()}/node_modules/microflo/microflo \
MICROFLO=./node_modules/.bin/microflo
BUILD_DIR=#{process.cwd()}/build"

#console.log microflo_make

module.exports = ->
# Project configuration
Expand Down

0 comments on commit 6d117e9

Please sign in to comment.