Simpliyfy test instructions (#905)

Adds a Makefile for testing code in order to simplify testing from
the command line on all platforms.
This commit is contained in:
Sorin Sbarnea
2020-01-13 16:53:21 +00:00
committed by Mads Kristensen
parent eb25b42428
commit 59077aa5ce
2 changed files with 7 additions and 3 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: build
build:
cd src && \
npm install && \
./node_modules/.bin/grunt

View File

@@ -28,9 +28,7 @@ used or has potential for broad uptake.
If you don't have Visual Studio (using macOS or Linux?), you can check your modifications are fine by running:
```Shell
cd src
npm install
./node_modules/.bin/grunt
make
```
### CSS spec