mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
Cleanup more sass/ruby things
This commit is contained in:
parent
93f411cd55
commit
c4d4f66a38
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -23,6 +23,5 @@ config.js
|
||||
CONTRIBUTING.md
|
||||
SECURITY.md
|
||||
.travis.yml
|
||||
Gemfile*
|
||||
*.html
|
||||
bower_components/**
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user