dataTables.jqueryui.scss not included in build?

dataTables.jqueryui.scss not included in build?

krilbekrilbe Posts: 1Questions: 1Answers: 0

I've used NuGet to add DataTables 1.10.0 to my VS 2010 project. It works fine, but I just noticed that the file dataTables.jqueryui.scss is missing from my production site. In VS, the build action for this file is "None", while the other css files have "Content".

I assume I can just change the build action, but:

  1. Is it a bug that should be fixed in the NuGet package?

  2. If not a bug, is it as designed, and then why is it not included in the build?

  3. If not a bug, did I screw it up somehow and should add it (as "Content")?

  4. What is the purpose of this file?

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    edited October 2014

    Its up to the maintainer of the NuGet package I would say. It isn't an "official" package (i.e. it is not me, the author of DataTables, who maintains that package), so you would probably need direct your questions at the package maintainer.

    I would also point out that the jQuery UI support in the DataTables core is going to be removed in the next major release and will instead use the same integration principles as Bootstrap and Foundation. See the styling manual for more information on how to use that method.

    Allan

This discussion has been closed.