Search and Top Navigation
#15020 closed bug (notabug)
Opened August 03, 2016 08:06AM UTC
Closed September 01, 2016 07:15PM UTC
Last modified September 20, 2016 09:48AM UTC
I don't know how to use sortable with the npm v1.12.0
Reported by: | gajuro | Owned by: | gajuro |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.sortable | Version: | 1.12.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With v1.10.5 all I do is:
$ = require('jquery') require "jquery-ui/sortable"
With v1.12.0 I've tried:
$ = require('jquery') require "jquery-ui/ui/widgets/sortable"
It doesn't work.
Attachments (0)
Change History (4)
Changed August 03, 2016 02:26PM UTC by comment:1
_comment0: | Please provide more info about your setup, what exactly is failing (and output?) and whatever else can help us reproduce the issue. → 1470236386872287 |
---|---|
owner: | → gajuro |
status: | new → pending |
Changed September 01, 2016 07:15PM UTC by comment:2
resolution: | → notabug |
---|---|
status: | pending → closed |
Changed September 20, 2016 07:19AM UTC by comment:3
Replying to [comment:2 scottgonzalez]:
Hi,
Why did you close this one? Is it too hard to give me an example of how to use the npm of the library?
Changed September 20, 2016 09:48AM UTC by comment:4
This is what I had to do in my Meteor app to make sortable work:
require('jquery-ui/ui/widget') require('jquery-ui/ui/scroll-parent') require('jquery-ui/ui/data') require('jquery-ui/ui/widgets/mouse') require('jquery-ui/ui/ie') require('jquery-ui/ui/widgets/sortable')
Please provide more info about your setup, what exactly is failing (any output?) and whatever else can help us reproduce the issue.