Tests work with webpack and a new favicon

This commit is contained in:
2016-02-28 18:34:11 +08:00
parent 844ef71cdb
commit 2a02b4e69f
95 changed files with 1429 additions and 1864 deletions
+1
View File
@@ -35,6 +35,7 @@ var provide = new webpack.ProvidePlugin({
"jquery": "jquery",
"$": "jquery",
"window.jQuery": "jquery",
"chai":"chai",
});
// extract css file into styles.css
var extractText = new ExtractTextPlugin("[name].css", {