diff --git a/common/static/js/vendor/ova/annotator-full.js b/common/static/js/vendor/ova/annotator-full.js index 0b85c3dc68..a497de1f91 100644 --- a/common/static/js/vendor/ova/annotator-full.js +++ b/common/static/js/vendor/ova/annotator-full.js @@ -3371,5 +3371,3 @@ Annotator.prototype.setupPlugins = function(config, options) { /* // */ - -//@ sourceMappingURL=annotator-full.map diff --git a/pavelib/assets.py b/pavelib/assets.py index 792997404f..29880eeb4d 100644 --- a/pavelib/assets.py +++ b/pavelib/assets.py @@ -132,7 +132,7 @@ def compile_sass(debug=False): """ sh(cmd( 'sass', '' if debug else '--style compressed', - "--sourcemap", + "--sourcemap" if debug else '', "--cache-location {cache}".format(cache=SASS_CACHE_PATH), "--load-path", " ".join(SASS_LOAD_PATHS + THEME_SASS_PATHS), "--update", "-E", "utf-8", " ".join(SASS_UPDATE_DIRS + THEME_SASS_PATHS),