-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Remove node_modules from the checked-in files #41
Comments
Is there any way to find out what is available for the google server? I'm sure they have one of the gazillion markdown npm modules available there, but we just dunno which one. |
Had a chat with Igor yesterday and it looks like the |
OK, so it doesn't work :-( The issue is that we've got no means of installing local modules and Grunt.js doesn't have means of referencing globally installed modules (unless you provide a full path), more info here: gruntjs/grunt#232 Hard-coding a path to globally installed modules wouldn't be that cool since it would probably break Travis and local builds. All in all I think that checked-in module is a reasonable compromise for now. Going to close this issue for now, hopefully a better solution will emerge in the future... |
We could save it in misc and require it there instead Sent from my iPhone On Jan 15, 2013, at 9:38 AM, Pawel Kozlowski [email protected] wrote:
|
We need to talk to Igor about this. When I suggested that we add a call to On 15 January 2013 16:09, Andy Joslin [email protected] wrote:
|
… moves the dropdown element to the end of the body element before opening it, thereby solving problems with the dropdown being displayed below elements that follow the `<ui-select>` element in the document. This implementation is modeled after the `typeahead-append-to-body` support from UI Bootstrap, but adds the whole select element to the body, not just the dropdown menu, which is needed for the Select2 theme. See angular-ui#41 (and quite a few dupes).
Based on #37
We need to get rid of the checked-in node modules but to do so we need a markdown dependency on the Google server.
The text was updated successfully, but these errors were encountered: