Changed README concerning Dart.
This commit is contained in:
parent
d06ab8ab1a
commit
20ab0b03f9
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -14,7 +14,7 @@ npm install
|
|||
composer install
|
||||
```
|
||||
|
||||
Make sure you have gulp installed on your system and run
|
||||
Make sure you have gulp and the Dart SDK installed on your system and run
|
||||
|
||||
```
|
||||
gulp sass
|
||||
|
@ -24,14 +24,8 @@ gulp sass
|
|||
gulp coffee
|
||||
```
|
||||
|
||||
Make sure you have dart installed on your system and run
|
||||
|
||||
```
|
||||
cd res/dart/
|
||||
```
|
||||
|
||||
```
|
||||
dart2js -m -o main.js main.dart
|
||||
gulp dart
|
||||
```
|
||||
|
||||
Create the folders `templates`, `assets` and `lists` and make sure that the server can write in these folders.
|
||||
|
|
Reference in a new issue