]> source.dussan.org Git - jquery-ui.git/commit
Build: Don't use .min.js extension for individual source files
authorScott González <scott.gonzalez@gmail.com>
Wed, 4 Mar 2015 17:45:29 +0000 (12:45 -0500)
committerScott González <scott.gonzalez@gmail.com>
Thu, 5 Mar 2015 14:11:53 +0000 (09:11 -0500)
commit47a32fb5b3c190123937e0178900ef754c3e220d
treee57228a0f51fd3859204cbcc1b1fbb91f1ad3790
parent666f051c3a7c0313acacad0255ab8a45697777c3
Build: Don't use .min.js extension for individual source files

We don't actually use these files for anything other than size comparisons,
but having the .min.js extension means that AMD is broken.

Note: If you're using AMD with the minified files, just run a build instead.

Fixes #10674
Closes gh-1466
Gruntfile.js