Skip to content

Commit

Permalink
Updated readme file to callout use of the purge target when creating …
Browse files Browse the repository at this point in the history
…the a theme from the less file. Added a .gitingore file so .css files are not checked in. Only the less file should be checked in. Regenerated the zip file so others do not need to use lessc to install the theme.
  • Loading branch information
Gordon Force committed Aug 18, 2015
1 parent c2ebf00 commit ff696c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.css
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use these instructions If you do not need to make updates to theme's CSS file.
$ git clone https://github.com/thenewcircle/cdk-theme.git
$ cd cdk-theme/newcircle
$ source ~/vcdk/bin/activate
(vcdk) $ cdk install theme=newcircle.zip
(vcdk) $ cdk install theme=newcircle.zip
(vcdk) $ cdk --default-theme=newcircle


Expand All @@ -20,7 +20,7 @@ If you need to modify the theme, install lessc before regenerating the theme by
$ git clone https://github.com/thenewcircle/cdk-theme.git
$ cd cdk-theme/newcircle
$ source ~/vcdk/bin/activate
(vcdk) $ make install
(vcdk) $ make purge install

If this is your first time installing the newcircle theme, set it as the default theme as well.

Expand Down
Binary file modified newcircle/newcircle.zip
Binary file not shown.

0 comments on commit ff696c4

Please sign in to comment.