More progress on the Ractive rewrite

* Get APCs working under the new system; clean up code
* Auto-update fancy settings; remove README (outdated now); clean Titlebar
* Convert to Stylus; seperate components and such
This commit is contained in:
Bjorn Neergaard
2015-12-29 12:55:11 -06:00
parent 19131a71e4
commit 81155b74d0
66 changed files with 964 additions and 936 deletions

View File

@@ -19,7 +19,6 @@ env:
cache:
directories:
- nano/node_modules
- nano/bower_components
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}
@@ -35,13 +34,12 @@ addons:
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $NODE_VERSION
- npm install -g gulp bower
- npm install -g gulp-cli
- pip install --user PyYaml -q
- pip install --user beautifulsoup4 -q
before_script:
- cd nano && npm install && cd ..
- cd nano && bower install && cd ..
- chmod +x ./install-byond.sh
- ./install-byond.sh