2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Cleanup more sass/ruby things

This commit is contained in:
Hannah Wolfe 2014-03-09 22:19:59 +00:00
parent 93f411cd55
commit c4d4f66a38
3 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View file

@ -34,7 +34,6 @@ projectFilesBackup
/core/client/tpl/hbs-tpl.js
/core/client/assets/css
/core/client/assets/fonts
.sass-cache/
/core/client/assets/vendor
/core/server/data/export/exported*
/docs

View file

@ -23,6 +23,5 @@ config.js
CONTRIBUTING.md
SECURITY.md
.travis.yml
Gemfile*
*.html
bower_components/**

View file

@ -9,7 +9,6 @@ matrix:
allow_failures:
- env: DB=pg
before_install:
- gem install bundler
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- git checkout tags/1.1-beta3