ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 58f347680a55755c026d6626cf2ffd7dd4581747
parent cbed8bde639654feaabe3c16f63a1e5f89bd5e35
Author: Toni Antero Karttunen <toni.antero.karttunen@gmail.com>
Date:   Wed, 15 Jul 2015 11:35:57 +0300

Update README.md

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -46,7 +46,7 @@ │ ├── /utils/ # Utility classes and functions │ ├── /app.js # Client-side startup script │ └── /server.js # Server-side startup script -│── gulpfile.js # Configuration file for automated builds +│── gulpfile.babel.js # Configuration file for automated builds │── package.json # The list of 3rd party libraries and utilities │── preprocessor.js # ES6 transpiler settings for Jest └── webpack.config.js # Webpack configuration for bundling and optimization @@ -90,7 +90,7 @@ $ gulp build --release # Builds the project in release mode $ gulp deploy # or, `gulp deploy --production` ``` -For more information see `deploy` task in `gulpfile.js`. +For more information see `deploy` task in `gulpfile.babel.js`. ### How to Update