Skip to content

Commit

Permalink
Fixes #1501 issue with gulp install not obeying component choices
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Dec 23, 2014
1 parent 1b02501 commit ce36201
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions semantic.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,52 +17,6 @@
"clean" : "dist/"
},

"components": [
"accordion",
"api",
"breadcrumb",
"button",
"card",
"checkbox",
"comment",
"dimmer",
"divider",
"dropdown",
"feed",
"flag",
"form",
"grid",
"header",
"icon",
"image",
"input",
"item",
"label",
"list",
"loader",
"menu",
"message",
"modal",
"nag",
"popup",
"progress",
"rail",
"rating",
"reset",
"reveal",
"search",
"segment",
"shape",
"sidebar",
"site",
"statistic",
"step",
"state",
"sticky",
"tab",
"table",
"transition",
"video"
]
"components": []

}

0 comments on commit ce36201

Please sign in to comment.