Skip to content

Commit

Permalink
*fixed tab indent style
Browse files Browse the repository at this point in the history
*added drag n drop feature for files
*fixed CROS error for css style (Chrome Issue)
  • Loading branch information
vitalis-wiens committed Jun 28, 2019
1 parent e0f074f commit 7f97807
Show file tree
Hide file tree
Showing 118 changed files with 50,256 additions and 42,002 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ module.exports = function (grunt) {
options: webpackConfig,
build: {
plugins: webpackConfig.plugins.concat(
new webpack.optimize.DedupePlugin(),
new webpack.optimize.UglifyJsPlugin()
new webpack.optimize.DedupePlugin()
// new webpack.optimize.UglifyJsPlugin()
)
},
"build-dev": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webvowl",
"version": "1.1.4",
"version": "1.1.5",
"dependencies": {
"d3": "^3.5.6",
"lodash": "^4.1.0"
Expand Down
Loading

0 comments on commit 7f97807

Please sign in to comment.