Skip to content

Commit cb2d1f2

Browse files
Add source map also for the uglified file and also remove double banner from it.
1 parent e5c4a11 commit cb2d1f2

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function (grunt) {
4242
},
4343
uglify: {
4444
options: {
45-
banner: '<%= banner %>'
45+
sourceMap: true
4646
},
4747
dist: {
4848
src: distPath + 'angular-flash.js',

dist/angular-flash.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-flash - v2.2.7 - 2016-03-31
1+
/*! angular-flash - v2.2.7 - 2016-04-24
22
* https://github.com/sachinchoolur/angular-flash
33
* Copyright (c) 2016 Sachin; Licensed MIT */
44

dist/angular-flash.js

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

dist/angular-flash.js.map

Lines changed: 1 addition & 1 deletion
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: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
/*! angular-flash - v2.2.7 - 2016-03-31
1+
/*! angular-flash - v2.2.7 - 2016-04-24
22
* https://github.com/sachinchoolur/angular-flash
33
* Copyright (c) 2016 Sachin; Licensed MIT */
44

5-
.alert .alert-link,.close{font-weight:700}/*! angular-flash - v2.2.7 - 2016-03-31
5+
.alert .alert-link,.close{font-weight:700}/*! angular-flash - v2.2.7 - 2016-04-24
6+
* https://github.com/sachinchoolur/angular-flash
7+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-04-24
8+
* https://github.com/sachinchoolur/angular-flash
9+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-04-24
10+
* https://github.com/sachinchoolur/angular-flash
11+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-04-24
12+
* https://github.com/sachinchoolur/angular-flash
13+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-04-24
14+
* https://github.com/sachinchoolur/angular-flash
15+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-03-31
16+
* https://github.com/sachinchoolur/angular-flash
17+
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.7 - 2016-03-31
618
* https://github.com/sachinchoolur/angular-flash
719
* Copyright (c) 2016 Sachin; Licensed MIT *//*! angular-flash - v2.2.6 - 2016-03-31
820
* https://github.com/sachinchoolur/angular-flash

dist/angular-flash.min.js

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-flash.min.js.map

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

0 commit comments

Comments
 (0)