Skip to content

Commit

Permalink
WIP moving to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Mar 22, 2016
1 parent 7cf87bc commit 996cc25
Show file tree
Hide file tree
Showing 192 changed files with 97 additions and 685 deletions.
File renamed without changes.
File renamed without changes.
76 changes: 0 additions & 76 deletions Gruntfile.js

This file was deleted.

106 changes: 0 additions & 106 deletions app/index.html

This file was deleted.

13 changes: 13 additions & 0 deletions app/server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict';

var PORT = 8080; // TODO use env port

var webpackDevServer = require('webpack-dev-server');
var config = require("./webpack.config.js");
config.entry.app.unshift("webpack-dev-server/client?http://localhost:8080/");
var compiler = webpack(config);
var server = new webpackDevServer(compiler, {
publicPath: config.output.publicPath
});

server.listen(8080);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions grunt/autoprefixer.js

This file was deleted.

15 changes: 0 additions & 15 deletions grunt/clean.js

This file was deleted.

3 changes: 0 additions & 3 deletions grunt/concat.js

This file was deleted.

15 changes: 0 additions & 15 deletions grunt/concurrent.js

This file was deleted.

42 changes: 0 additions & 42 deletions grunt/connect.js

This file was deleted.

81 changes: 0 additions & 81 deletions grunt/copy.js

This file was deleted.

7 changes: 0 additions & 7 deletions grunt/cssmin.js

This file was deleted.

10 changes: 0 additions & 10 deletions grunt/gh-pages.js

This file was deleted.

Loading

0 comments on commit 996cc25

Please sign in to comment.