Merge pull request #7 from halfdan/5-compile-sass

Compile SASS using node-sass
This commit is contained in:
John O'Nolan 2014-03-06 19:04:53 +01:00
commit 8d73d7f53e
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -52,5 +52,3 @@
@import "layouts/users";
/* The users pane. */
@import "layouts/plugins";
/* The plugins pane. */