forked from huwung/edin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,8 @@ | |
2. `gulp build` to build a minified version of the project | ||
3. `gulp clean` to clean the `build` folder | ||
|
||
If you get any errors when running `gulp`, try installing the Stylus plugins globally by running `npm install -g [email protected] nib rupture`. | ||
If you get any errors when running `gulp`, try installing the Stylus plugins globally by running `npm install -g [email protected] nib rupture`. | ||
|
||
## Todo: | ||
1. Add a `globals.json` file defining main variables | ||
2. Add JS linting |