Skip to content

Commit

Permalink
Merge pull request #2 from perfectsense/feature/adding-history-js-dep…
Browse files Browse the repository at this point in the history
…endency

Adding history.js dependency and dist
  • Loading branch information
jpencola committed Apr 12, 2016
2 parents f184463 + 669f521 commit 13328ac
Show file tree
Hide file tree
Showing 3 changed files with 2,174 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ module.exports = function(grunt) {
{
'<%= distBspGalleryDir %>/<%= labelBspGallery %>-<%= labelPluginLabel %>.js':
'<%= srcJsDir %>/<%= labelBspGallery %>-<%= labelPluginLabel %>.js'
},
{
cwd: '<%= buildDir %>/js/history.js/scripts/bundled-uncompressed/html5',
expand: true,
src: ['native.history.js'],
dest: '<%= distDir %>/'
}
]
}
Expand Down
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"devDependencies": {
"slick-carousel": "1.5.0",
"requirejs": "jrburke/requirejs#~2.1.16"
"requirejs": "jrburke/requirejs#~2.1.16",
"history.js" : "1.8.0"
},
"homepage": "https://github.com/perfectsense/brightspot-js-carousel",
"ignore": ["demo","Gruntfile.js","package.json",".gitignore"],
Expand All @@ -21,6 +22,7 @@
],
"license": "MIT",
"main": [
"dist/native.history.js",
"dist/bsp-carousel/*.js",
"dist/bsp-carousel/*.css",
"dist/bsp-carousel-gallery/*.js",
Expand Down
Loading

0 comments on commit 13328ac

Please sign in to comment.