-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from claroline/angular-bower
Angular bower
- Loading branch information
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"directory": "Resources/public", | ||
"analytics": false | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
dist/ |
Oops, something went wrong.