Skip to content

Commit

Permalink
don't add sourcemap file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesjews committed Feb 21, 2017
1 parent f849a23 commit 129f76d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ module.exports = function(grunt) {
less: {
default: {
options: {
sourceMap: true,
sourceMapFilename: 'dist/jquery.gridster.css.map'
},
files: {
'dist/jquery.gridster.css': 'src/jquery.gridster.less'
Expand Down
1 change: 0 additions & 1 deletion dist/jquery.gridster.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@
opacity:0;
}
*/
/*# sourceMappingURL=dist/jquery.gridster.css.map */
4 changes: 2 additions & 2 deletions dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.7.0 - 2016-07-05
/*! gridster.js - v0.7.0 - 2017-02-21
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2016 ducksboard; Licensed MIT */
* Copyright (c) 2017 ducksboard; Licensed MIT */

;(function(root, factory) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.css

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

4 changes: 2 additions & 2 deletions dist/jquery.gridster.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.gridster.with-extras.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.7.0 - 2016-07-05
/*! gridster.js - v0.7.0 - 2017-02-21
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2016 ducksboard; Licensed MIT */
* Copyright (c) 2017 ducksboard; Licensed MIT */

;(function(root, factory) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

0 comments on commit 129f76d

Please sign in to comment.