Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore(*) Generate sourcemap for the minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 27, 2014
1 parent fb816d3 commit d7dcd28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.2.0 - 2014-08-27
- Add IE8 support ([#4](https://github.com/urish/angular-moment/pull/4), contributed by [zlalanne](https://github.com/zlalanne))
- Change module name to `angularLoad` ([#2](https://github.com/urish/angular-load/issues/2))
- Add IE8 support ([#4](https://github.com/urish/angular-moment/pull/4), contributed by [zlalanne](https://github.com/zlalanne))
- Generate sourcemap for the minified version ([#5](https://github.com/urish/angular-load/issues/5))

## 0.1.2 - 2014-03-23
- Support Angular.JS 1.3.x (in bower dependencies)
Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ module.exports = function (grunt) {
]
},
uglify: {
options: {
sourceMap: true
},
dist: {
files: {
'angular-load.min.js': 'angular-load.js'
Expand Down
3 changes: 2 additions & 1 deletion angular-load.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions angular-load.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7dcd28

Please sign in to comment.