jlukic
10 years ago
15 changed files with 7933 additions and 10931 deletions
Split View
Diff Options
-
1.gitignore
-
15.jshintrc
-
2dist/components/checkbox.css
-
2dist/components/checkbox.min.css
-
10dist/components/divider.css
-
2dist/components/divider.min.css
-
12dist/semantic.css
-
18596dist/semantic.js
-
2dist/semantic.min.css
-
13dist/semantic.min.js
-
22examples/kitchensink.html
-
119gulpfile.js
-
2package.json
-
64tasks/admin/release.js
-
2tasks/defaults.js
@ -0,0 +1,15 @@ |
|||
{ |
|||
"browser" : true, |
|||
"indent" : false, |
|||
"curly" : true, |
|||
"immed" : true, |
|||
"latedef" : true, |
|||
"noarg" : true, |
|||
"undef" : true, |
|||
"sub" : true, |
|||
"loopfunc" : true, |
|||
|
|||
// lax options |
|||
"trailing" : false, |
|||
"laxbreak" : true |
|||
} |
2
dist/components/checkbox.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/components/checkbox.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
12
dist/semantic.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
18596
dist/semantic.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
dist/semantic.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
13
dist/semantic.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,64 @@ |
|||
/******************************* |
|||
Release Settings |
|||
*******************************/ |
|||
|
|||
// release settings
|
|||
module.exports = { |
|||
|
|||
owner : 'Semantic-Org', |
|||
repo : 'Semantic-UIs', |
|||
|
|||
// root name for repos
|
|||
repoRoot : 'UI-', |
|||
folderRoot : '../ui-', |
|||
|
|||
// components that get separate repositories for bower/npm
|
|||
components : [ |
|||
"reset", |
|||
"site", |
|||
"button", |
|||
"divider", |
|||
"flag", |
|||
"header", |
|||
"icon", |
|||
"image", |
|||
"input", |
|||
"label", |
|||
"list", |
|||
"loader", |
|||
"rail", |
|||
"reveal", |
|||
"segment", |
|||
"step", |
|||
"breadcrumb", |
|||
"form", |
|||
"grid", |
|||
"menu", |
|||
"message", |
|||
"table", |
|||
"card", |
|||
"comment", |
|||
"feed", |
|||
"item", |
|||
"statistic", |
|||
"accordion", |
|||
"checkbox", |
|||
"dimmer", |
|||
"dropdown", |
|||
"modal", |
|||
"nag", |
|||
"popup", |
|||
"progress", |
|||
"rating", |
|||
"search", |
|||
"shape", |
|||
"sidebar", |
|||
"sticky", |
|||
"tab", |
|||
"transition", |
|||
"video", |
|||
"api", |
|||
"form" |
|||
] |
|||
}; |
|||
|
Write
Preview
Loading…
Cancel
Save