Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minified files can't be resolved #52

Closed
JoniJnm opened this issue Mar 21, 2016 · 1 comment
Closed

minified files can't be resolved #52

JoniJnm opened this issue Mar 21, 2016 · 1 comment

Comments

@JoniJnm
Copy link

JoniJnm commented Mar 21, 2016

How can I use minified files?

The files are in the folder:

/ui/minified/

For example, the file autocomplete.min.js:
define(["jquery","./core","./widget","./position","./menu"],t)

has dependences which can't be resolved because the min files has the suffix "min" (core.js doesn't exists, the name is core.min.js).

This can be fixed if you don't add the suffix "min" to files in minified folder.

@mrohnstock
Copy link
Contributor

As I noticed, this should be fixed with 1.12.0 at least, as all files got renamed to the correct names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants