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 --save
Requirements 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:
- Do the clone and enter the project folder fonts-raleway.
$ git clone https://github.com/williamcanin/fonts-raleway.git
$ cd fonts-raleway
- Define which preprocessor you use, the Grunt or Gulp running script "init.sh" with command:
$ chmod +x init.sh
$ ./init.sh
- Download the dependencies:
$ npm install
- Update the 'devDependencies':
$ npm update --save-dev
-
Make your changes LESS (less folder) or SASS (scss folder):
-
Compile with Grunt (LESS or SASS):
$ grunt build-less
or
$ grunt build-sass
- Compile with Gulp (LESS or SASS):
$ gulp build-less
$ gulp minify
or
$ gulp build-sass
$ gulp minify