Following on from the previous issue #609 commits, I have updated the build process to cater to the fact that the files are no longer available to test in the browser environment. 2 new browserify tasks build the mopidy.js file and then when.js file (available in node_modules.) These files are placed in test/lib/ (This directory has been added to the .gitignore file) prior to the running of the buster tests. As these files are ignored in the .gitignore, this will prevent them from being committed to git and also prevent them from being packaged up to npm. Once the tests have completed, the main browserify task will run to build the official browser release.
20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
*.egg-info
|
|
*.pyc
|
|
*.swp
|
|
.coverage
|
|
.idea
|
|
.noseids
|
|
.tox
|
|
MANIFEST
|
|
build/
|
|
cover/
|
|
coverage.xml
|
|
dist/
|
|
docs/_build/
|
|
mopidy.log*
|
|
node_modules/
|
|
nosetests.xml
|
|
*~
|
|
*.orig
|
|
js/test/lib/
|