Adding Grunt tasks for Sass

This commit is contained in:
Hannah Wolfe 2014-08-30 19:52:05 +01:00
parent 381e0940bf
commit 8e333eccca
8 changed files with 5 additions and 5084 deletions

View File

@ -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

View File

@ -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";

View File

@ -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 %}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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">