summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-01-09Functional tests and linters can now be ran standaloneBruno Wagner
Also adapted the README to use the makefile for instructions
2017-01-04Make target setup now only calls installBruno Wagner
2017-01-03Moved bower install to npm post_installBruno Wagner
Also fixed some indentation errors on the Makefile
2017-01-03Added coverage to the MakefileBruno Wagner
2017-01-03Go script is now using make to ease the transitionBruno Wagner
2017-01-03Adds javascript build and tests to makefileBruno Wagner
Now you can setup both javascript and python from scratch and run the test suites on both sides directly from the root of the project
2017-01-03Creates a unified makefile for pixelated client and web-uiBruno Wagner
The python setup (including automatic creation of virtualenv) and test runners are already working. Pending javascript build and tests