Skip to content

Commit

Permalink
Merge pull request #466 from marmelab/lib_names
Browse files Browse the repository at this point in the history
[RFR] Rename lib files to keep BC
  • Loading branch information
manuquentin committed May 26, 2015
2 parents 1bc1477 + 1fce094 commit 56a8016
Show file tree
Hide file tree
Showing 9 changed files with 131 additions and 131 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ bower install ng-admin --save
If you just want to embed ng-admin script and stylesheet including all dependencies, you can use the stand-alone files. Just add them into your page:

```html
<link rel="stylesheet" href="/path/to/bower_components/ng-admin/build/ng-admin-standalone.min.css">
<script src="/path/to/bower_components/ng-admin/build/ng-admin-standalone.min.js"></script>
<link rel="stylesheet" href="/path/to/bower_components/ng-admin/build/ng-admin.min.css">
<script src="/path/to/bower_components/ng-admin/build/ng-admin.min.js"></script>
```

#### Including ng-admin core
Expand All @@ -49,7 +49,7 @@ If you rather like to embed dependencies separately, here is a snippet showing a

``` html
<link rel="stylesheet" href="bower_components/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="bower_components/ng-admin/build/ng-admin.min.css" />
<link rel="stylesheet" href="bower_components/ng-admin/build/ng-admin-only.min.css" />

<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
Expand All @@ -76,7 +76,7 @@ If you rather like to embed dependencies separately, here is a snippet showing a
<script src="bower_components/codemirror/addon/lint/json-lint.js"></script>
<script src="bower_components/codemirror/addon/selection/active-line.js"></script>
<script src="bower_components/codemirror/mode/javascript/javascript.js"></script>
<script src="bower_components/ng-admin/build/ng-admin.min.js"></script>
<script src="bower_components/ng-admin/build/ng-admin-only.min.js"></script>
```

### Configuring ng-admin
Expand Down
5 changes: 5 additions & 0 deletions build/ng-admin-only.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions build/ng-admin-only.min.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions build/ng-admin-standalone.min.css

This file was deleted.

93 changes: 0 additions & 93 deletions build/ng-admin-standalone.min.js

This file was deleted.

Loading

0 comments on commit 56a8016

Please sign in to comment.