Skip to content

Commit

Permalink
FLUID-5553: Added normalize to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Nov 11, 2014
1 parent 0da0209 commit e9e4df6
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -131,6 +131,7 @@ By default, custom packages are given a name with the form _infusion-custom-<ver
* jQueryUICore
* jQueryUIWidgets
* json
* normalize

##Developing with the Preferences Framework##

Expand Down
1 change: 1 addition & 0 deletions src/components/inlineEdit/inlineEditDependencies.json
Expand Up @@ -11,6 +11,7 @@
"jQuery",
"jQueryUICore",
"jQueryUIWidgets",
"normalize",
"framework",
"undo",
"tooltip"
Expand Down
Expand Up @@ -7,6 +7,7 @@
],
"dependencies": [
"jQuery",
"normalize",
"framework",
"renderer"
]
Expand Down
1 change: 1 addition & 0 deletions src/components/pager/pagerDependencies.json
Expand Up @@ -11,6 +11,7 @@
"dependencies": [
"jQuery",
"jQueryUIWidgets",
"normalize",
"framework",
"renderer",
"tooltip"
Expand Down
3 changes: 2 additions & 1 deletion src/components/progress/progressDependencies.json
Expand Up @@ -8,7 +8,8 @@
"dependencies": [
"jQuery",
"jQueryUICore",
"normalize",
"framework"
]
}
}
}
3 changes: 2 additions & 1 deletion src/components/reorderer/reordererDependencies.json
Expand Up @@ -18,8 +18,9 @@
"jQuery",
"jQueryUICore",
"jQueryUIWidgets",
"normalize",
"framework",
"json"
]
}
}
}
1 change: 1 addition & 0 deletions src/components/slidingPanel/slidingPanelDependencies.json
Expand Up @@ -9,6 +9,7 @@
"dependencies": [
"jQuery",
"jQueryUICore",
"normalize",
"framework"
]
}
Expand Down
Expand Up @@ -7,8 +7,9 @@
],
"dependencies": [
"jQuery",
"normalize",
"framework",
"renderer"
]
}
}
}
3 changes: 2 additions & 1 deletion src/components/tabs/tabsDependencies.json
Expand Up @@ -9,7 +9,8 @@
"jQuery",
"jQueryUICore",
"jQueryUIWidgets",
"normalize",
"framework"
]
}
}
}
Expand Up @@ -9,6 +9,7 @@
"dependencies": [
"jQuery",
"jQueryUICore",
"normalize",
"framework",
"jQueryUIWidgets",
"jQueryTouchPunchPlugin"
Expand Down
1 change: 1 addition & 0 deletions src/components/tooltip/tooltipDependencies.json
Expand Up @@ -9,6 +9,7 @@
"jQuery",
"jQueryUICore",
"jQueryUIWidgets",
"normalize",
"framework"
]
}
Expand Down
3 changes: 2 additions & 1 deletion src/components/undo/undoDependencies.json
Expand Up @@ -7,7 +7,8 @@
],
"dependencies": [
"jQuery",
"normalize",
"framework"
]
}
}
}
1 change: 1 addition & 0 deletions src/components/uploader/uploaderDependencies.json
Expand Up @@ -16,6 +16,7 @@
"jQuery",
"jQueryUICore",
"jQueryScrollToPlugin",
"normalize",
"framework",
"progress",
"enhancement"
Expand Down
1 change: 1 addition & 0 deletions src/framework/preferences/preferencesDependencies.json
Expand Up @@ -30,6 +30,7 @@
"fonts",
"jQuery",
"jQueryUICore",
"normalize",
"framework",
"enhancement",
"renderer",
Expand Down
9 changes: 9 additions & 0 deletions src/lib/normalize/normalizeDependencies.json
@@ -0,0 +1,9 @@
{
"normalize": {
"name": "normalize.css",
"description": "Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.",
"cssFiles": [
"./css/normalize.css"
]
}
}

0 comments on commit e9e4df6

Please sign in to comment.