Skip to content

Commit

Permalink
feat(o-scroll): update the o-scroll component, add the doc, and prepa…
Browse files Browse the repository at this point in the history
…re the alpha.4 release
  • Loading branch information
Lausselloic committed Sep 8, 2016
1 parent a8a1346 commit 5bae6fc
Show file tree
Hide file tree
Showing 34 changed files with 501 additions and 282 deletions.
40 changes: 20 additions & 20 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@ module.exports = function (grunt) {
modules: 'ignore'
},
files: {
'js/dist/util.js' : 'js/src/util.js',
'js/dist/alert.js' : 'js/src/alert.js',
'js/dist/button.js' : 'js/src/button.js',
'js/dist/carousel.js' : 'js/src/carousel.js',
'js/dist/collapse.js' : 'js/src/collapse.js',
'js/dist/dropdown.js' : 'js/src/dropdown.js',
'js/dist/modal.js' : 'js/src/modal.js',
'js/dist/scrollspy.js' : 'js/src/scrollspy.js',
'js/dist/o-scroll-up.js' : 'js/src/o-scroll-up.js',
'js/dist/tab.js' : 'js/src/tab.js',
'js/dist/tooltip.js' : 'js/src/tooltip.js',
'js/dist/util.js' : 'js/src/util.js',
'js/dist/alert.js' : 'js/src/alert.js',
'js/dist/button.js' : 'js/src/button.js',
'js/dist/carousel.js' : 'js/src/carousel.js',
'js/dist/collapse.js' : 'js/src/collapse.js',
'js/dist/dropdown.js' : 'js/src/dropdown.js',
'js/dist/modal.js' : 'js/src/modal.js',
'js/dist/scrollspy.js' : 'js/src/scrollspy.js',
'js/dist/tab.js' : 'js/src/tab.js',
'js/dist/tooltip.js' : 'js/src/tooltip.js',
/* Boosted mod */
'js/dist/navbar.js' : 'js/src/navbar.js',
'js/dist/megamenu.js' : 'js/src/megamenu.js',
'js/dist/switch.js' : 'js/src/switch.js',
'js/dist/o-navbar.js' : 'js/src/o-navbar.js',
'js/dist/o-megamenu.js' : 'js/src/o-megamenu.js',
'js/dist/o-switch.js' : 'js/src/o-switch.js',
'js/dist/o-scroll-up.js': 'js/src/o-scroll-up.js',
/* end mod */
'js/dist/popover.js' : 'js/src/popover.js'
'js/dist/popover.js' : 'js/src/popover.js'
}
},
dist: {
Expand Down Expand Up @@ -135,13 +135,13 @@ module.exports = function (grunt) {
'js/src/dropdown.js',
'js/src/modal.js',
'js/src/scrollspy.js',
'js/src/o-scroll-up.js',
'js/src/tab.js',
'js/src/tooltip.js',
/* Boosted mod */
'js/src/navbar.js',
'js/src/megamenu.js',
'js/src/switch.js',
'js/src/o-navbar.js',
'js/src/o-megamenu.js',
'js/src/o-switch.js',
'js/src/o-scroll-up.js',
/* end mod */
'js/src/popover.js'
],
Expand Down Expand Up @@ -492,7 +492,7 @@ module.exports = function (grunt) {
docs: {
/* boosted mod */
files: ['docs-orange/**/*'],
tasks: ['dist-css', 'docs']
tasks: ['docs']
/* end mod */
}
},
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boosted",
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.3.",
"description": "Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0-alpha.4.",
"keywords": [
"css",
"js",
Expand Down Expand Up @@ -38,5 +38,5 @@
"author": {
"name": "Orange SA"
},
"version": "4.0.0-alpha.3.1"
"version": "4.0.0-alpha.4"
}
Loading

0 comments on commit 5bae6fc

Please sign in to comment.