Skip to content

Commit

Permalink
Merge pull request #30 from donnemartin/develop
Browse files Browse the repository at this point in the history
Fix #16: Enable web.sh from .dots
  • Loading branch information
donnemartin committed Jun 11, 2016
2 parents 5994ffb + cad55ce commit cee6dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dots
Expand Up @@ -85,7 +85,7 @@ function runDots() {
echo "Setting up JavaScript web development environment."
echo "------------------------------"
echo ""
#./webdev.sh # coming soon
./webdev.sh
fi
if [ $ARG == "android" ] || [ $ARG == "all" ]; then
# Run the android.sh Script
Expand Down

0 comments on commit cee6dc7

Please sign in to comment.