From 20ab0b03f974d9535628ce4412839ab80b9e42a3 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 16 Jun 2017 00:14:16 +0200 Subject: [PATCH] Changed README concerning Dart. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c615a06..6a2dede 100644 --- a/README.md +++ b/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.