fix(typo): replace .js file by .json

This commit is contained in:
Kevin Messer 2018-03-23 21:40:22 +01:00 committed by GitHub
parent dd75070480
commit 010d11ad45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ To work and compile your Sass files on the fly start:
Or, to run with Browser-Sync:
- First change the browser-sync options to reflect your environment in the file `/gulpfile.js` in the beginning of the file:
- First change the browser-sync options to reflect your environment in the file `/gulpfile.json` in the beginning of the file:
```javascript
var browserSyncOptions = {
proxy: "localhost/theme_test/", // <----- CHANGE HERE