Skip to content

Commit 7f97807

Browse files
committed
*fixed tab indent style
*added drag n drop feature for files *fixed CROS error for css style (Chrome Issue)
1 parent e0f074f commit 7f97807

File tree

118 files changed

+50256
-42002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+50256
-42002
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ module.exports = function (grunt) {
129129
options: webpackConfig,
130130
build: {
131131
plugins: webpackConfig.plugins.concat(
132-
new webpack.optimize.DedupePlugin(),
133-
new webpack.optimize.UglifyJsPlugin()
132+
new webpack.optimize.DedupePlugin()
133+
// new webpack.optimize.UglifyJsPlugin()
134134
)
135135
},
136136
"build-dev": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webvowl",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"dependencies": {
55
"d3": "^3.5.6",
66
"lodash": "^4.1.0"

0 commit comments

Comments
 (0)