Add the dialog to login

This commit is contained in:
Yuya Ochiai
2016-04-23 00:50:57 +09:00
parent f39c154319
commit b0a40c66fb
3 changed files with 105 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ gulp.task('build', ['sync-meta', 'webpack', 'copy'], function() {
gulp.task('webpack', ['webpack:main', 'webpack:browser', 'webpack:webview']);
gulp.task('webpack:browser', function() {
return gulp.src('src/browser/**/*.jsx')
return gulp.src('src/browser/*.jsx')
.pipe(named())
.pipe(webpack({
module: {