mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Adding Grunt tasks for Sass
This commit is contained in:
parent
381e0940bf
commit
8e333eccca
8 changed files with 5 additions and 5084 deletions
|
@ -10,21 +10,6 @@ source: docs
|
||||||
destination: _gh_pages
|
destination: _gh_pages
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 9001
|
port: 9001
|
||||||
baseurl: /
|
baseurl:
|
||||||
url: http://localhost:9001
|
url: http://localhost:9001
|
||||||
encoding: UTF-8
|
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
|
// 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/nprogress";
|
||||||
@import "lib/codemirror";
|
@import "lib/codemirror";
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,8 @@
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<!-- Ghost core CSS -->
|
<!-- Ghost core CSS -->
|
||||||
{% if site.github %}
|
<link href="../dist/css/ghost.min.css" rel="stylesheet">
|
||||||
<link href="../dist/css/ghost-ui.min.css" rel="stylesheet">
|
|
||||||
{% else %}
|
|
||||||
<link href="../dist/css/ghost-ui.css" rel="stylesheet">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- Documentation extras -->
|
<!-- Documentation extras -->
|
||||||
{% if site.github %}
|
{% 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">
|
<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" 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>
|
</head>
|
||||||
<body class="ember-application settings" data-ember-extension="1">
|
<body class="ember-application settings" data-ember-extension="1">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue