components / jqueryui

Shim repository for jQuery UI.

Home Page:http://jqueryui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css file is not added in bower json

sathishkumar1911 opened this issue · comments

Bower json only have js file so css file is missing when we use grunt.

bower json should contain

"main": [
"ui/jquery-ui.js", "themes/base/jquery-ui.css"
],

but that css file is missing.