Skip to content

Commit

Permalink
Added highlighjs to project
Browse files Browse the repository at this point in the history
  • Loading branch information
paultannenbaum committed Dec 18, 2015
1 parent d501ad4 commit 465d6f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"jquery": "^1.11.1",
"loader.js": "ember-cli/loader.js#3.2.0",
"bootstrap-sass": "~3.3.5",
"qunit": "~1.17.1"
"qunit": "~1.17.1",
"highlightjs": "~9.0.0"
}
}
2 changes: 2 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ module.exports = function(defaults) {
// modules that you would like to import into your application
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.
app.import('bower_components/highlightjs/highlight.pack.js');
app.import('bower_components/highlightjs/styles/darkula.css');

return app.toTree();
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"dependencies": {
"ember-cli-sass": "^5.1.0",
"ember-content-editable": "0.7.0",
"ember-idx-tabs": "^0.1.4",
"ember-content-editable": "0.7.0"
"highlightjs": "^8.7.0"
}
}

0 comments on commit 465d6f0

Please sign in to comment.