Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Rename lib files to keep BC #466

Merged
merged 1 commit into from
May 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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