Skip to content

Commit

Permalink
Add missing dependencies, react, and hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKvazos committed Nov 6, 2017
1 parent 32a39f1 commit 21fead8
Show file tree
Hide file tree
Showing 38 changed files with 1,013 additions and 2,401 deletions.
7 changes: 7 additions & 0 deletions .babelrc
@@ -0,0 +1,7 @@
{
"ignore": ["node_modules", "bower_components"],
"presets": [["env", { "modules": false }], "react"],
"plugins": [
["transform-class-properties", { "spec": true }]
]
}
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -31,6 +31,8 @@ bower_components

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
dist/
plugin.zip

# Dependency directories
node_modules/
Expand Down
105 changes: 0 additions & 105 deletions dist/control/content/assets/css/control.content.css

This file was deleted.

93 changes: 0 additions & 93 deletions dist/control/content/assets/css/ui-switch.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/content/content.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/content/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/design/design.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/design/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/settings/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/control/settings/settings.js

This file was deleted.

23 changes: 0 additions & 23 deletions dist/plugin.json

This file was deleted.

Binary file removed dist/resources/icon.png
Binary file not shown.
Binary file removed dist/resources/image.png
Binary file not shown.
119 changes: 0 additions & 119 deletions dist/widget/css/general.css

This file was deleted.

0 comments on commit 21fead8

Please sign in to comment.