Skip to content

Commit 08a7117

Browse files
Fix watching to support dev flow better.
1 parent 19a1a9e commit 08a7117

File tree

4 files changed

+9
-93
lines changed

4 files changed

+9
-93
lines changed

Gruntfile.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,9 @@ module.exports = function (grunt) {
7575
}
7676
},
7777
watch: {
78-
gruntfile: {
79-
files: '<%= jshint.gruntfile.src %>',
80-
tasks: ['jshint:gruntfile']
81-
},
8278
src: {
83-
files: '<%= jshint.src.src %>',
84-
tasks: ['jshint:src', 'qunit']
85-
},
86-
test: {
87-
files: '<%= jshint.test.src %>',
88-
tasks: ['jshint:test', 'qunit']
79+
files: ['Gruntfile.js', 'src/*.*'],
80+
tasks: ['default']
8981
}
9082
},
9183
connect: {

dist/angular-flash.js.map

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-flash.min.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/*! angular-flash - v2.2.0 - 2016-02-06
22
* https://github.com/sachinchoolur/angular-flash
3-
* Copyright (c) 2016 Sachin; Licensed MIT */.alert .alert-link,.close{font-weight:700}/*! angular-flash - v2.1.0 - 2016-02-06
3+
* Copyright (c) 2016 Sachin; Licensed MIT */.alert .alert-link,.close{font-weight:700}/*! angular-flash - v2.2.0 - 2016-02-06
4+
* https://github.com/sachinchoolur/angular-flash
5+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.0 - 2016-02-06
6+
* https://github.com/sachinchoolur/angular-flash
7+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.1.0 - 2016-02-06
48
* https://github.com/sachinchoolur/angular-flash
59
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.1.0 - 2016-02-06
610
* https://github.com/sachinchoolur/angular-flash

0 commit comments

Comments
 (0)