Skip to content

Commit

Permalink
[General] Adds bootstrap3-dialog.
Browse files Browse the repository at this point in the history
* Updates composer.json and composer.lock. Don't forget to run "composer install".
* Adds symlinks to bootstrap3-dialog files in public/js and public/css.
* Fixes public/.gitignore to not ignore .js and .css files.

(refs #5698, gh-87)
  • Loading branch information
TiSiE committed Mar 17, 2015
1 parent 88871b9 commit dbc25b3
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -44,7 +44,8 @@
"blueimp/jquery-file-upload": "*",
"ivaynberg/select2": "3.5.*",
"tinymce/tinymce": "*",
"mikemix/zf2htmlpurifier": "0.*"
"mikemix/zf2htmlpurifier": "0.*",
"cross-solution/bootstrap3-dialog": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
Expand Down
44 changes: 40 additions & 4 deletions composer.lock

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

3 changes: 3 additions & 0 deletions public/.gitignore
Expand Up @@ -9,4 +9,7 @@
!index.php
!images
!css
!css/*.css
!js
!js/*.js

1 change: 1 addition & 0 deletions public/css/bootstrap-dialog.min.css
1 change: 1 addition & 0 deletions public/js/bootstrap-dialog.min.js

0 comments on commit dbc25b3

Please sign in to comment.