Search and Top Navigation
#15002 closed bug (notabug)
Opened July 11, 2016 08:25AM UTC
Closed July 11, 2016 01:47PM UTC
Last modified July 11, 2016 02:02PM UTC
Where is the concatted file jquery-ui.js?
Reported by: | Perde1989 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello, I just installed jquery-ui (version 1.12.0) via npm: '''npm install jquery-ui --save''.
The problem is that in the node_modules directory there is no concatted file (like jquery-ui.js or jquery-ui.min.js).
I have npm version 3.10.3 installed. Do I need to concat the files manually?
When using npm, it is expected that you would concatenate them yourself using a build process. http://learn.jquery.com/jquery-ui/environments/amd/ may help.