mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user