Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudyan committed Dec 3, 2015
1 parent b4037f5 commit 65133aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@ const routes = (

// Initial App
document.addEventListener('DOMContentLoaded', function() {
console.debug('DOMContentLoaded');
ReactDOM.render(routes, document.getElementById('root'));
});
1 change: 1 addition & 0 deletions kitchen-sink/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ const routes = (
);

document.addEventListener('DOMContentLoaded', function() {
console.debug('DOMContentLoaded');
ReactDOM.render(routes, document.getElementById('sk-root'));
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"homepage": "https://github.com/amazeui/amazeui-touch#readme",
"devDependencies": {
"babel": "^6.0.15",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.4",
"babel-loader": "^6.0.1",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
Expand Down Expand Up @@ -59,6 +60,7 @@
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"history": "^1.13.1",
"marked": "^0.3.5",
"markedify": "0.0.2",
"merge-stream": "^1.0.0",
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
// devtool: 'inline-source-map',
// debug: true,
output: {
library: 'AMUITouch',
libraryTarget: 'umd'
Expand Down

0 comments on commit 65133aa

Please sign in to comment.