mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
update READMES
This commit is contained in:
19
common/gnome-shell/3.16/README
Normal file
19
common/gnome-shell/3.16/README
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
|
||||||
|
|
||||||
|
How to edit this theme:
|
||||||
|
|
||||||
|
1. Install `nodejs` and `npm`
|
||||||
|
|
||||||
|
2. Install `gulp`
|
||||||
|
|
||||||
|
sudo npm install --global gulp
|
||||||
|
|
||||||
|
3. Execute the following from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
npm install
|
||||||
|
|
||||||
|
4. Edit the sass/*.scss files
|
||||||
|
|
||||||
|
5. Regenerate the .css files by executing from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
gulp
|
||||||
@@ -1,9 +1,19 @@
|
|||||||
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run
|
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
|
||||||
`/.parse-sass.sh` when you have the required sofwtare installed, as described below)
|
|
||||||
|
|
||||||
* To be able to use the lates/adequate version of sass, install ruby and get the sass gem via bundle.
|
How to edit this theme:
|
||||||
This is done with `gem install bundle && bundle install` from the same directory this README resides in.
|
|
||||||
|
|
||||||
You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to any .scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you
|
1. Install `nodejs` and `npm`
|
||||||
edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is
|
|
||||||
missing, you can install it with `bundle install`.
|
2. Install `gulp`
|
||||||
|
|
||||||
|
sudo npm install --global gulp
|
||||||
|
|
||||||
|
3. Execute the following from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
npm install
|
||||||
|
|
||||||
|
4. Edit the sass/*.scss files
|
||||||
|
|
||||||
|
5. Regenerate the .css files by executing from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
gulp
|
||||||
|
|||||||
@@ -1,9 +1,19 @@
|
|||||||
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run
|
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
|
||||||
`/.parse-sass.sh` when you have the required sofwtare installed, as described below)
|
|
||||||
|
|
||||||
* To be able to use the lates/adequate version of sass, install ruby and get the sass gem via bundle.
|
How to edit this theme:
|
||||||
This is done with `gem install bundle && bundle install` from the same directory this README resides in.
|
|
||||||
|
|
||||||
You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to any .scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you
|
1. Install `nodejs` and `npm`
|
||||||
edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is
|
|
||||||
missing, you can install it with `bundle install`.
|
2. Install `gulp`
|
||||||
|
|
||||||
|
sudo npm install --global gulp
|
||||||
|
|
||||||
|
3. Execute the following from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
npm install
|
||||||
|
|
||||||
|
4. Edit the sass/*.scss files
|
||||||
|
|
||||||
|
5. Regenerate the .css files by executing from the directory containing `gulpfile.js`
|
||||||
|
|
||||||
|
gulp
|
||||||
|
|||||||
Reference in New Issue
Block a user