Skip to content

Commit

Permalink
Merge pull request #43 from claroline/angular-bower
Browse files Browse the repository at this point in the history
Angular bower
  • Loading branch information
ngodfraind committed Jan 18, 2016
2 parents 9daf530 + cb86d4d commit d5737e3
Show file tree
Hide file tree
Showing 5,173 changed files with 955,433 additions and 368,464 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"directory": "Resources/public",
"analytics": false
}

1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
README
======

[![Dependency Status](https://gemnasium.com/claroline/FrontEndBundle.svg)](https://gemnasium.com/claroline/FrontEndBundle)

This bundle uses [bower](http://bower.io) to manage the frontend libraries
stored in *Resources/public*. Please always use the commands provided by
that tool when you're adding, removing or updating third-party packages.

Current packages versions (as well as possible updates) can be obtained with:

```
bower list
```
14 changes: 14 additions & 0 deletions Resources/public/Datejs/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Datejs",
"homepage": "https://github.com/datejs/Datejs",
"_release": "71afdd79a4",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "71afdd79a44a18a991b994440e527cdaa0d8c470"
},
"_source": "https://github.com/datejs/Datejs.git",
"_target": "*",
"_originalSource": "https://github.com/datejs/Datejs.git",
"_direct": true
}
2 changes: 2 additions & 0 deletions Resources/public/Datejs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Loading

0 comments on commit d5737e3

Please sign in to comment.