UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

14 lines (13 loc) 348 B
/** * Require Browsersync */ var browserSync = require('browser-sync').create(); var historyApiFallback = require('connect-history-api-fallback') /** * Run Browsersync with server config */ browserSync.init({ server: "app", files: ["app/*.html", "app/css/*.css"], middleware: [require("connect-logger")(), historyApiFallback()] });