Skip to content

Commit

Permalink
Compile SASS using node-sass
Browse files Browse the repository at this point in the history
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
  • Loading branch information
halfdan committed Mar 6, 2014
1 parent 9de03c1 commit df870e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 0 additions & 2 deletions core/client/assets/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@
@import "layouts/users";
/* The users pane. */

@import "layouts/plugins";
/* The plugins pane. */

0 comments on commit df870e3

Please sign in to comment.