Skip to content
Snippets Groups Projects

Fixes Roundup 3

Merged HJ requested to merge fixes-roundup3 into develop
Files
43
+ 1
1
@@ -9,7 +9,7 @@ var ora = require('ora')
var webpack = require('webpack')
var webpackConfig = require('./webpack.prod.conf')
console.log(
console.info(
' Tip:\n' +
' Built files are meant to be served over an HTTP server.\n' +
' Opening index.html over file:// won\'t work.\n'
Loading