Skip to content

Commit

Permalink
Make it work
Browse files Browse the repository at this point in the history
- Use es2015 loose
- Export statement for libs
- Move files in app directory
- Remove unused files
  • Loading branch information
YumeShichi committed Oct 23, 2016
1 parent 00897e8 commit 2426298
Show file tree
Hide file tree
Showing 19 changed files with 795 additions and 914 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions app/libs/THREEx.KeyboardState.js
Expand Up @@ -116,3 +116,5 @@ THREEx.KeyboardState.prototype.pressed = function(keyDesc)
};
return true;
};

export default THREEx.KeyboardState;
44 changes: 0 additions & 44 deletions bootstrap.js

This file was deleted.

2 changes: 1 addition & 1 deletion brunch-config.js
Expand Up @@ -10,7 +10,7 @@ module.exports = {
},
plugins: {
babel: {
presets: ['es2015'],
presets: [['es2015', { loose: true }]],
plugins: ['add-module-exports']
}
}
Expand Down
79 changes: 0 additions & 79 deletions index.html

This file was deleted.

0 comments on commit 2426298

Please sign in to comment.