Preparation for using chrome for qunit in docker images (#5062)

Move use_chrome option to ENV variable
Rewrite script to work with node 6 (current LTS version used in discourse_docker)
Add node stuff to gitignore
This commit is contained in:
David Taylor
2017-08-18 19:08:58 +01:00
committed by Sam
parent e976b98efc
commit d65570a8a1
3 changed files with 76 additions and 65 deletions

4
.gitignore vendored
View File

@@ -117,3 +117,7 @@ vendor/bundle/*
#ignore jetbrains ide file
*.iml
# ignore nodejs files
/node_modules
/package-lock.json