File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ module.exports = function (grunt) {
36
36
banner : '<%= meta.banner %>'
37
37
} ,
38
38
src : [
39
- 'bower_components/jquery/jquery.min.js' ,
40
- 'bower_components/angular/angular.min.js' ,
41
- 'bower_components/bootstrap/docs/assets/js/bootstrap.min.js' ,
42
- 'bower_components/momentjs/min/moment.min.js' ,
43
- 'bower_components/momentjs/min/locales.min.js' ,
44
- 'bower_components/humanize-duration/humanize-duration.js' ,
45
39
'app/**/*.js'
46
40
] ,
47
41
dest : '<%= dist_dir %>/<%= pkg.name %>.js'
Original file line number Diff line number Diff line change @@ -7,7 +7,19 @@ With any of the following options...
7
7
* Install angular-timer using [ Bower] ( http://bower.io ) - ` bower install angular-timer `
8
8
* Add `` timer `` to your list of modules
9
9
10
+ ### Requirements
11
+ With Bower install :
12
+ * Install humanize-duration using [ Bower] ( http://bower.io ) - ` bower install humanize-duration `
13
+ * Install momentjs using [ Bower] ( http://bower.io ) - ` bower install momentjs `
14
+
15
+ And include these scripts :
16
+ * bower_components/momentjs/min/moment.min.js
17
+ * bower_components/momentjs/min/locales.min.js
18
+ * bower_components/humanize-duration/humanize-duration.js
19
+
20
+
10
21
### Running locally
22
+ Install all bower components - `bower install
11
23
Using [ Grunt] ( http://gruntjs.com/ ) type ` grunt ` from command line, the default task will open index.html page in your
12
24
default browser
13
25
You can’t perform that action at this time.
0 commit comments