osrm-backend/scripts
Daniel J. Hofmann 41d0f42ddf
Show user hint on wrong Node.js version, fixes #2435.
This is more of a hack but looks like the best we can do.

The reason for this is the following:

1/ we require strict mode for our v4 script

2/ v0.10 in strict mode marks 'let' as a reserved keyword,
   aborting before execution any code in the script. Thus,
   we can't assert e.g. on process.versions['node'] !== '4'.
2016-06-21 18:07:35 +02:00
..
travis Added armhf Travis build 2016-06-20 22:45:40 +02:00
analyze.sh Static analysis: integration with the Static Analyzer. 2015-09-22 17:32:32 +02:00
bisect_cucumber.sh Script for fully automated test bisecting. 2015-09-16 19:13:31 +02:00
check_taginfo.py enable suppression name suffix changes 2016-04-27 18:10:56 +02:00
format.sh Provides a script to clang-format the repository in parallel 2016-02-25 00:53:30 +01:00
install_node.sh Rewrite cucumber test suite in JS 2016-03-24 16:01:01 -07:00
modernize.sh Switch to explicit find in modernize script 2016-01-18 16:54:13 +01:00
poly2req.js Show user hint on wrong Node.js version, fixes #2435. 2016-06-21 18:07:35 +02:00
tidy.sh Switch to explicit find in tidy script 2016-01-19 17:42:49 +01:00
timer.sh Add benchmark target to Makefile and save timings 2016-04-05 18:57:31 +02:00
update_depdendencies.sh mapbox/variant v1.0 -> v1.1 2016-03-24 21:26:31 +01:00