Skip to content

Commit

Permalink
Add message when opening prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse committed Jul 8, 2016
1 parent 1d15d7c commit a7c95c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/distServer.js
Expand Up @@ -3,6 +3,11 @@

import browserSync from 'browser-sync';
import historyApiFallback from 'connect-history-api-fallback';
import {chalkProcessing} from './chalkConfig';

/* eslint-disable no-console */

console.log(chalkProcessing('Opening production build...'));

// Run Browsersync
browserSync({
Expand Down

0 comments on commit a7c95c5

Please sign in to comment.