Update the build system, removing Grunt and adding nam scripts
This commit is contained in:
@@ -35,7 +35,7 @@ Try to solve a problem for each pull request, this increases the chances of acce
|
||||
|
||||
## Building
|
||||
|
||||
First install [Node.js](https://nodejs.org/en/download/), em seguida [Grunt](http://gruntjs.com/getting-started) e [Sass](http://sass-lang.com/install) for the build process. Now install all the dependencies, run `npm install` from the project directory. Once you have the dependencies installed, run `grunt`. This will run the default grunt task which compiles the Sass files into milligram.css file.
|
||||
First install [Node.js](https://nodejs.org/en/download/) for the build process. Now install all the dependencies, run `npm install` from the project directory. Once you have the dependencies installed, run `npm start`. This will run the build task which compiles the Sass files into Milligram.css file in the expanded and compressed version.
|
||||
|
||||
|
||||
## Style Guide
|
||||
|
||||
@@ -24,7 +24,7 @@ be fixed in the latest versions. -->
|
||||
|
||||
**Milligram:**
|
||||
|
||||
**Other (e.g. Normalize.css, Node, Grunt, browser, operating system) (if applicable):**
|
||||
**Other (e.g. Normalize.css, Node.js, npm, bower, browser, operating system) (if applicable):**
|
||||
|
||||
|
||||
### Test case
|
||||
|
||||
Reference in New Issue
Block a user