Skip to content

Commit

Permalink
moved original bower components directory to root
Browse files Browse the repository at this point in the history
added bower-components directory to gitignore
initialized bower-installer with directory in grails-app/assets/bower
  • Loading branch information
dularion committed May 8, 2016
1 parent d0b3bbe commit 0af0fe6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bowerrc
@@ -1,3 +1,3 @@
{
"directory": "grails-app/assets/lib"
}
"directory": "bower-components"
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -35,3 +35,4 @@
/target

.slcache
/bower-components
13 changes: 11 additions & 2 deletions bower.json
Expand Up @@ -22,11 +22,20 @@
"bootstrap": "~3.3.5",
"angular-ui-slider": "~0.1.3",
"ionicons": "~2.0.1",
"lodash": "~4.5.0",
"angular": "~1.4.3",
"angular-sanitize": "~1.4.3",
"ng-file-upload": "~5.0.9",
"mousetrap": "~1.5.3",
"jquery-mousewheel": "^3.1.13"
"jquery-mousewheel": "^3.1.13",
"angular-bootstrap": "^1.3.2",
"Autolinker.js": "^0.26.0",
"ui-select": "angular-ui-select#^0.16.1",
"lodash": "^4.11.2"
},
"install": {
"path": "grails-app/assets/bower"
},
"resolutions": {
"lodash": "^4.11.2"
}
}

0 comments on commit 0af0fe6

Please sign in to comment.