From efd14a273948d50960a51ae74e8e24176bcf4dfe Mon Sep 17 00:00:00 2001 From: Jason Park Date: Sun, 29 May 2016 12:08:17 -0500 Subject: [PATCH] Update ES6.md --- ES6.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/ES6.md b/ES6.md index 6f59c45..61aa326 100644 --- a/ES6.md +++ b/ES6.md @@ -16,21 +16,9 @@ The new app uses [gulp](http://gulpjs.com/) to: ## Installation -Create a `.babelrc` file at the top level of the project with the following contents: - -```js -{ - presets: ['es2015'] -} -``` - -This file is needed to run [`gulpfile.babel.js`](https://github.com/parkjs814/AlgorithmVisualizer/blob/master/gulpfile.babel.js) with ES6 syntax. - -Steps for running the project: - ```bash # install gulp globally so you can run it from the command line -npm install -g gulp +npm install -g gulp-cli # install all dependencies npm install @@ -93,4 +81,4 @@ The `utils` folder holds a few helper methods that are used everywhere such as b - https://github.com/parkjs814/AlgorithmVisualizer/pull/97 - https://github.com/parkjs814/AlgorithmVisualizer/pull/101 - - https://github.com/parkjs814/AlgorithmVisualizer/pull/102 \ No newline at end of file + - https://github.com/parkjs814/AlgorithmVisualizer/pull/102 -- GitLab