From df870e3abb62a663b43495ccffdf571659b39490 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Thu, 6 Mar 2014 16:53:13 +0100 Subject: [PATCH] Compile SASS using node-sass closes #5 - Added node-sass to package.json - Added new grunt tasks to compile sass and copy fonts/css to dist - Added new folders to .gitignore - Added clean task - Fixed README --- core/client/README.md | 4 ++-- core/client/assets/sass/screen.scss | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/client/README.md b/core/client/README.md index a953d24fc4..9a91971d1d 100644 --- a/core/client/README.md +++ b/core/client/README.md @@ -79,7 +79,7 @@ Ghost-UI uses [Grunt](http://gruntjs.com/) with convenient methods for working w From the command line: 1. Install `grunt-cli` globally with `npm install -g grunt-cli`. -2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](https://github.com/twbs/bootstrap/blob/master/package.json) and automatically install the necessary local dependencies listed there. +2. Navigate to the root `/Ghost-UI` directory, then run `npm install`. npm will look at [package.json](https://github.com/TryGhost/Ghost-UI/blob/master/package.json) and automatically install the necessary local dependencies listed there. When completed, you'll be able to run the various Grunt commands provided from the command line. @@ -125,7 +125,7 @@ Keep track of development and community news. `NB: Pre-1.0 we're play pretty fast and loose with Semver` -For transparency into our release cycle and in striving to maintain backward compatibility, Ghost-UI is maintained under the Semantic Versioning guidelines. +For transparency into our release cycle and in striving to maintain backward compatibility, Ghost-UI is maintained under the Semantic Versioning guidelines. Releases will be numbered with the following format: diff --git a/core/client/assets/sass/screen.scss b/core/client/assets/sass/screen.scss index deb4209a38..1949a63859 100644 --- a/core/client/assets/sass/screen.scss +++ b/core/client/assets/sass/screen.scss @@ -52,5 +52,3 @@ @import "layouts/users"; /* The users pane. */ - @import "layouts/plugins"; - /* The plugins pane. */ \ No newline at end of file