summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:12:32 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:12:32 +0100
commit97560128b55ad78ed1a6ac6e2b77535305417cda (patch)
treed667c66d8e22ba3749ef5441bdce01779e937b1d /Makefile
parentd5582cbf2cc1ae626303b5a9c3bc0690174f57e9 (diff)
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 68cea64c9..0baf22106 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,11 @@
#
# The npm command by launches the npm build script:
#
-# npm run build
+# npm run build
#
# The npm test command launches the npm test script:
#
-# npm run test
+# npm run test
#
# The idea behind this is to be completely testing and build tool agnostic. All
# build tools and additional package managers should be installed locally in
@@ -33,11 +33,11 @@
# and npm dependencies and use gulp as build system (notice how everything is
# run from the node_modules folder):
#
-# "scripts": {
-# "test": "node node_modules/gulp-cli/bin/gulp.js karma",
-# "prebuild": "npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
-# "build": "node node_modules/gulp-cli/bin/gulp.js"
-# },
+# "scripts": {
+# "test": "node node_modules/gulp-cli/bin/gulp.js karma",
+# "prebuild": "npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+# "build": "node node_modules/gulp-cli/bin/gulp.js"
+# },
app_name=$(notdir $(CURDIR))
build_tools_directory=$(CURDIR)/build/tools