Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
57 additions
and 2,313 deletions.
- +1 −0 app/views/tpl_base.twig
- +3 −2 app/views/tpl_index.twig
- +3 −0 web/.bowerrc
- +2 −1 web/Gruntfile.js
- +2 −1 web/bower.json
- +1 −1 web/css-min/app.css
- +2 −2 web/js-min/app.js
- +1 −1 web/js-min/app.js.map
- +0 −6 web/js-min/bootstrap.js
- +0 −1 web/js-min/bootstrap.js.map
- +0 −6 web/js-min/bootstrap.min.js
- +0 −1 web/js-min/bootstrap.min.js.map
- +3 −2 web/js-min/plugins.js
- +1 −1 web/js-min/plugins.js.map
- +32 −0 web/js/app.js
- +0 −2,280 web/js/bootstrap.js
- +0 −6 web/js/bootstrap.min.js
- +5 −1 web/js/plugins.js
- +1 −1 web/js/plugins.js.map
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "vendor/bower/" | ||
} |
Oops, something went wrong.