Skip to content

Commit

Permalink
Check building webui through pio
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jun 27, 2018
1 parent 7069c56 commit b61eb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ sed -i -e "s/APP_REVISION \".*\"/APP_REVISION \"$revision\

# Recreate web interface
echo "--------------------------------------------------------------"
echo "Building web interface..."
node node_modules/gulp/bin/gulp.js || exit
echo "Building web interface delegated to platformio"
#node node_modules/gulp/bin/gulp.js || exit

# Build all the required firmware images
echo "--------------------------------------------------------------"
Expand Down

0 comments on commit b61eb92

Please sign in to comment.