0.0.4 • Published 9 years ago
fonts-raleway v0.0.4
Fonts Raleway Bower package
A simple bower package providing the Fonts Raleway. Supports LESS and SASS for CSS rebuild. Package bower created by William Canin.
Requirements for use
| Prerequisite | How to install |
|---|---|
| NodeJS | It depends on O.S |
| Npm | NodeJS contains Npm |
| Bower | npm install bower -g |
Using
Navigate to your project's directory and then execute:
$ bower install fonts-raleway --saveRequirements for developing
| Prerequisite | How to install |
|---|---|
| Git | It depends on O.S |
| NodeJS | It depends on O.S |
| Npm | NodeJS contains Npm |
| Bower | npm install bower -g |
| Grunt | npm install grunt -g |
| Gulp | npm install gulp -g |
NOTE: Install the "Grunt" or "Gulp" globally depending on what you use.
You can change the CSS structure using the preprocessor "LESS" or "SASS"
To do this, perform the following steps:
1) Do the clone and enter the project folder fonts-raleway.
$ git clone https://github.com/williamcanin/fonts-raleway.git
$ cd fonts-raleway2) Define which preprocessor you use, the Grunt or Gulp running script "init.sh" with command:
$ chmod +x init.sh
$ ./init.sh3) Download the dependencies:
$ npm install4) Update the 'devDependencies':
$ npm update --save-dev5) Make your changes LESS (less folder) or SASS (scss folder):
6) Compile with Grunt (LESS or SASS):
$ grunt build-lessor
$ grunt build-sass7) Compile with Gulp (LESS or SASS):
$ gulp build-less
$ gulp minifyor
$ gulp build-sass
$ gulp minifyLICENSE
0.0.4
9 years ago