Skip to content
Snippets Groups Projects
Commit 12d65f58 authored by Brian Jacobel's avatar Brian Jacobel
Browse files

Use unminified picturefill in development

parent edb356a4
No related merge requests found
...@@ -1257,7 +1257,7 @@ base_vendor_js = [ ...@@ -1257,7 +1257,7 @@ base_vendor_js = [
'js/vendor/url.min.js', 'js/vendor/url.min.js',
'common/js/vendor/underscore.js', 'common/js/vendor/underscore.js',
'common/js/vendor/underscore.string.js', 'common/js/vendor/underscore.string.js',
'common/js/vendor/picturefill.min.js', 'common/js/vendor/picturefill.js',
# Make some edX UI Toolkit utilities available in the global "edx" namespace # Make some edX UI Toolkit utilities available in the global "edx" namespace
'edx-ui-toolkit/js/utils/global-loader.js', 'edx-ui-toolkit/js/utils/global-loader.js',
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
'_split': 'js/split', '_split': 'js/split',
'mathjax_delay_renderer': 'coffee/src/mathjax_delay_renderer', 'mathjax_delay_renderer': 'coffee/src/mathjax_delay_renderer',
'MathJaxProcessor': 'coffee/src/customwmd', 'MathJaxProcessor': 'coffee/src/customwmd',
'picturefill': 'common/js/vendor/picturefill.min', 'picturefill': 'common/js/vendor/picturefill',
'draggabilly': 'xmodule_js/common_static/js/vendor/draggabilly', 'draggabilly': 'xmodule_js/common_static/js/vendor/draggabilly',
'modernizr': 'xmodule_js/common_static/edx-pattern-library/js/modernizr-custom', 'modernizr': 'xmodule_js/common_static/edx-pattern-library/js/modernizr-custom',
'afontgarde': 'xmodule_js/common_static/edx-pattern-library/js/afontgarde', 'afontgarde': 'xmodule_js/common_static/edx-pattern-library/js/afontgarde',
......
...@@ -68,7 +68,7 @@ lib_paths: ...@@ -68,7 +68,7 @@ lib_paths:
- xmodule_js/common_static/js/vendor/slick.core.js - xmodule_js/common_static/js/vendor/slick.core.js
- xmodule_js/common_static/js/vendor/slick.grid.js - xmodule_js/common_static/js/vendor/slick.grid.js
- xmodule_js/common_static/js/vendor/jquery.event.drag-2.2.js - xmodule_js/common_static/js/vendor/jquery.event.drag-2.2.js
- xmodule_js/common_static/common/js/vendor/picturefill.min.js - xmodule_js/common_static/common/js/vendor/picturefill.js
# Paths to source JavaScript files # Paths to source JavaScript files
src_paths: src_paths:
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
"handlebars": "js/vendor/ova/catch/js/handlebars-1.1.2", "handlebars": "js/vendor/ova/catch/js/handlebars-1.1.2",
"tinymce": "js/vendor/tinymce/js/tinymce/tinymce.full.min", "tinymce": "js/vendor/tinymce/js/tinymce/tinymce.full.min",
"jquery.tinymce": "js/vendor/tinymce/js/tinymce/jquery.tinymce.min", "jquery.tinymce": "js/vendor/tinymce/js/tinymce/jquery.tinymce.min",
"picturefill": "common/js/vendor/picturefill.min" "picturefill": "common/js/vendor/picturefill"
// end of files needed by OVA // end of files needed by OVA
}, },
shim: { shim: {
......
...@@ -47,7 +47,7 @@ SASS_LOAD_PATHS = [ ...@@ -47,7 +47,7 @@ SASS_LOAD_PATHS = [
NPM_INSTALLED_LIBRARIES = [ NPM_INSTALLED_LIBRARIES = [
'underscore/underscore.js', 'underscore/underscore.js',
'underscore.string/dist/underscore.string.js', 'underscore.string/dist/underscore.string.js',
'picturefill/dist/picturefill.min.js', 'picturefill/dist/picturefill.js',
'backbone/backbone-min.js', 'backbone/backbone-min.js',
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment