Can't get jQuery-ui autocomplete to work in Meteor
问题 I see that others are successfully using jQuery-ui within Meteor, but my first attempts to play with autocomplete have failed. Here's what I've tried: I put the downloaded jquery-ui files in my client directory (I didn't keep the jQuery files as jquery is already available). This fails because jQuery looks for the css files using a relative path, and Meteor doesn't serve them that way - it flattens the paths, and when the original path is requested, it returns the main page of the app; Chrome