mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Adding Grunt tasks for Sass
This commit is contained in:
parent
381e0940bf
commit
8e333eccca
@ -10,21 +10,6 @@ source: docs
|
||||
destination: _gh_pages
|
||||
host: 0.0.0.0
|
||||
port: 9001
|
||||
baseurl: /
|
||||
baseurl:
|
||||
url: http://localhost:9001
|
||||
encoding: UTF-8
|
||||
|
||||
# Custom vars
|
||||
current_version: 2.0.0
|
||||
repo: https://github.com/TryGhost/Ghost-UI
|
||||
|
||||
download:
|
||||
source: https://github.com/TryGhost/ghost-ui/releases/
|
||||
dist: https://github.com/TryGhost/ghost-ui/releases/
|
||||
|
||||
blog: http://dev.ghost.org
|
||||
expo: http://dev.ghost.org
|
||||
|
||||
cdn:
|
||||
css: //ghost.org/ghost-ui/0.1.0/css/ghost-ui.min.css
|
||||
js: //ghost.org/ghost-ui/0.1.0/js/ghost-ui.min.js
|
@ -12,7 +12,7 @@
|
||||
// Libraries: Code by Other Homies
|
||||
// --------------------------------------------------
|
||||
|
||||
@import "../bower_components/normalize-scss/_normalize"; // via Bower
|
||||
@import "../../../../bower_components/normalize-scss/_normalize"; // via Bower
|
||||
@import "lib/nprogress";
|
||||
@import "lib/codemirror";
|
||||
|
||||
|
@ -11,11 +11,8 @@
|
||||
</title>
|
||||
|
||||
<!-- Ghost core CSS -->
|
||||
{% if site.github %}
|
||||
<link href="../dist/css/ghost-ui.min.css" rel="stylesheet">
|
||||
{% else %}
|
||||
<link href="../dist/css/ghost-ui.css" rel="stylesheet">
|
||||
{% endif %}
|
||||
<link href="../dist/css/ghost.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
{% if site.github %}
|
||||
|
5046
ghost/admin/docs/dist/css/ghost-ui.css
vendored
5046
ghost/admin/docs/dist/css/ghost-ui.css
vendored
File diff suppressed because it is too large
Load Diff
7
ghost/admin/docs/dist/css/ghost-ui.css.map
vendored
7
ghost/admin/docs/dist/css/ghost-ui.css.map
vendored
File diff suppressed because one or more lines are too long
1
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
1
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,700">
|
||||
<link rel="stylesheet" href="../dist/css/ghost-ui.css" />
|
||||
<link rel="stylesheet" href="../dist/css/ghost.css" />
|
||||
</head>
|
||||
<body class="ember-application settings" data-ember-extension="1">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user