Skip to content

Commit

Permalink
feat(lodash): include lodash globally
Browse files Browse the repository at this point in the history
[#84034250]

Signed-off-by: Paul Meskers <pmeskers@pivotal.io>
  • Loading branch information
Geoff Pleiss authored and Paul Meskers committed Dec 18, 2014
1 parent 3103c38 commit 5099be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To contribute, see the [contributing readme](CONTRIBUTING.md).
# What's included

- jQuery v2.1.1
- LoDash v2.4.1
- modernizr v2.8.3
- Bootstrap v3.2
- Prism.js
Expand Down
1 change: 1 addition & 0 deletions src/pivotal-ui/components/intro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ categories:
<p>Pivotal UI comes with everything you need from grids, to fonts, and even JavaScript!</p>
<ul>
<li>jQuery v2.1.1</li>
<li>LoDash v2.4.1</li>
<li>modernizr v2.8.3</li>
<li>Bootstrap v3.2</li>
<li>Prism.js</li>
Expand Down
1 change: 1 addition & 0 deletions src/pivotal-ui/javascripts/pivotal-ui-react.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global.$ = global.jQuery = require('jquery');
global._ = require('lodash');
require('bootstrap');
require('modernizr');
require('prism');
Expand Down

0 comments on commit 5099be5

Please sign in to comment.