Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(*): generate source map for the minified version (close #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed May 16, 2014
1 parent d0251db commit d01c8bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.7.2 - TBD
- Generate source map for the minified version ([#50](https://github.com/urish/angular-moment/issues/50))

## 0.7.1 - 2014-05-16
- bugfix: Preprocess set in configuration not used by filters ([#49](https://github.com/urish/angular-moment/issues/49))

Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module.exports = function (grunt) {
},
uglify: {
dist: {
options: {
sourceMap: true
},
files: {
'angular-moment.min.js': 'angular-moment.js'
}
Expand Down
3 changes: 2 additions & 1 deletion angular-moment.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-moment.min.map

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

0 comments on commit d01c8bc

Please sign in to comment.