commit ed1ea9e6c18863a3077d837e0df6b979b403505c
parent cbed8bde639654feaabe3c16f63a1e5f89bd5e35
Author: Konstantin Tarkus <koistya@gmail.com>
Date: Wed, 15 Jul 2015 12:51:18 +0300
Merge pull request #171 from tonikarttunen/feature/readme
Fix errors in README.md
Diffstat:
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