From 403a058e88548e3e01f3ad1f482162d709768a29 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sat, 15 Mar 2014 14:58:51 +0100 Subject: [PATCH] New instructions for linking ghost-ui to ghost --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00ebd9527aac..cd83e8e6ade9 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,24 @@ Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist` #### $ grunt test Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). -#### $ grunt watch -This is a convenience method for watching just Sass files and automatically building them whenever you save. +#### $ grunt dev +This is a convenience method for watching development files and automatically building them whenever they change. +### Hooking Ghost-UI up to Ghost + +Want to see your Ghost-UI changes working live in your local development copy of [Ghost](http://github.com/TryGhost/Ghost)? Check out a copy of both repositories and follow these instructions: + +#### Inside the Ghost-UI repo: + +* `$ bower link` +* `$ grunt dev` + +#### Inside the Ghost repo: + +* `$ bower link ghost-ui` +* `$ grunt dev` + +Now whenever you save a file in Ghost-UI - the changes will filter into the core Ghost repository. ### Troubleshooting Dependencies @@ -142,4 +157,4 @@ For more information on SemVer, please visit . ## Copyright and License -Copyright (C) 2013-2014 Ghost Foundation - Released under the [MIT license](LICENSE). +Copyright (c) 2013-2014 Ghost Foundation - Released under the [MIT license](LICENSE).