Skip to content

Commit

Permalink
Updated project files to support compiled version (Grunt)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson committed Feb 20, 2014
1 parent befd5cc commit 777c060
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 441 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ local.properties
# PDT-specific
.buildpath

node_modules/

#################
## Visual Studio
Expand Down
34 changes: 4 additions & 30 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,36 +84,10 @@ Ext.require([
'Ext.ux.statusbar.StatusBar',
'Ext.ux.aceeditor.Panel',
'Ext.ux.window.Notification',
'openHAB.graph.graph',
'openHAB.graph.saveGraph',
'openHAB.graph.itemList',
'openHAB.graph.graphList',
'openHAB.graph.graphTable',
'openHAB.graph.graphHighcharts',
'openHAB.config.config',
'openHAB.config.bindingList',
'openHAB.config.bindingProperties',
'openHAB.config.groupTree',
'openHAB.config.itemBindings',
'openHAB.config.itemList',
'openHAB.config.itemProperties',
'openHAB.config.itemRules',
'openHAB.config.mappingList',
'openHAB.config.mappingProperties',
'openHAB.config.sitemapList',
'openHAB.config.sitemapTheme',
'openHAB.config.zwaveDeviceList',
'openHAB.config.zwaveProductList',
'openHAB.config.zwaveNetwork',
'openHAB.config.sitemapProperties',
'openHAB.system.system',
'openHAB.system.logViewer',
'openHAB.system.systemBundles',
'openHAB.automation.automation',
'openHAB.automation.notificationList',
'openHAB.automation.ruleList',
'openHAB.automation.ruleLibrary',
'openHAB.automation.ruleProperties'
'openHAB.graph.*',
'openHAB.config.*',
'openHAB.system.*',
'openHAB.automation.*'
]
);

Expand Down
Loading

0 comments on commit 777c060

Please sign in to comment.