From b33be85390dd5d776ac0d84244928f4ebe46f1a0 Mon Sep 17 00:00:00 2001 From: michellephung Date: Sun, 10 Apr 2016 16:12:27 -0400 Subject: [PATCH] Revise dev setup instructions --- Gruntfile.js | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f4ccec8f8..e7dd17f43 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -314,7 +314,7 @@ module.exports = function (grunt) { */ // dev server grunt.registerTask('dev', function () { - console.log('This is deprecated. Please run npm run dev instead'); + console.log('This is deprecated. Please run "npm run dev" instead'); }); // build a debug release diff --git a/readme.md b/readme.md index 8b8287413..58af6614d 100644 --- a/readme.md +++ b/readme.md @@ -44,9 +44,9 @@ If you run into a permissions problem, run that last command as an administrator Using the dev server is the easiest way to use Fauxton, especially when developing for it. In the cloned repo folder, type: - grunt dev + npm run dev -Wait until you see the "Fauxton" ascii art on your command line, then you should be able to access Fauxton at +Wait until you `webpack: bundle is now VALID.` on your command line, then you should be able to access Fauxton at `http://localhost:8000`