-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBowerfile
executable file
·38 lines (37 loc) · 929 Bytes
/
Bowerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file manages the client-side code libraries
# jQuery
asset 'jquery'
# jQuery-ujs
asset 'jquery-ujs'
# Bootstrap
asset 'bootstrap'
# Bootswatch
asset 'bootswatch'
# Main angular module
asset 'angular', '1.4.7'
resolution 'angular', '1.4.7'
# Needed to ajax routing **using instead of default rails routing file**
asset 'angular-route'
# Proviedes app.factory methods
asset 'angular-resource'
# Used to mock http responses - mainly testing
asset 'angular-mocks'
# Angular animate
asset 'angular-animate'
# Angular motion
asset 'angular-motion'
# Angular strap
asset 'angular-strap'
# Angular translate
asset 'angular-translate'
asset 'angular-translate-loader-static-files'
# File upload with AngularJS
asset 'ng-file-upload'
# Nice input tag with autocomplete
asset 'ng-tags-input'
# Bootstrap toggle
asset 'bootstrap-toggle'
# Pagination
asset 'angular-paginate-anything'
# Activity indicator
asset 'ngActivityIndicator'