mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
changed tooling from browserify to webpack
* using browsersync instead of livereload * `gulp serve` works as before * `gulp sync` starts browserSync and serves UI on port 3000 * everything is built in `build/` * build release with `gulp build --release`
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
require('font-awesome-webpack');
|
||||
require('../styles/main.less');
|
||||
|
||||
const React = require('react');
|
||||
|
||||
const App = require('./components/app.js');
|
||||
|
||||
Reference in New Issue
Block a user