mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +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/tpl/hbs-tpl.js
|
||||||
/core/client/assets/css
|
/core/client/assets/css
|
||||||
/core/client/assets/fonts
|
/core/client/assets/fonts
|
||||||
.sass-cache/
|
|
||||||
/core/client/assets/vendor
|
/core/client/assets/vendor
|
||||||
/core/server/data/export/exported*
|
/core/server/data/export/exported*
|
||||||
/docs
|
/docs
|
||||||
|
@ -23,6 +23,5 @@ config.js
|
|||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
SECURITY.md
|
SECURITY.md
|
||||||
.travis.yml
|
.travis.yml
|
||||||
Gemfile*
|
|
||||||
*.html
|
*.html
|
||||||
bower_components/**
|
bower_components/**
|
@ -9,7 +9,6 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- env: DB=pg
|
- env: DB=pg
|
||||||
before_install:
|
before_install:
|
||||||
- gem install bundler
|
|
||||||
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
||||||
- cd ~/casperjs
|
- cd ~/casperjs
|
||||||
- git checkout tags/1.1-beta3
|
- git checkout tags/1.1-beta3
|
||||||
|
Loading…
Reference in New Issue
Block a user