Skip to content

Commit

Permalink
Remove modernizr build for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre D committed Nov 5, 2015
1 parent 0f614e0 commit c4e4522
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 41 deletions.
79 changes: 40 additions & 39 deletions Gruntfile.coffee
Expand Up @@ -91,7 +91,7 @@ module.exports = (grunt) ->
"init"
"Only needed when the repo is first cloned"
[
"modernizr"
# "modernizr"
]
)

Expand Down Expand Up @@ -334,7 +334,7 @@ module.exports = (grunt) ->
options:
stripBanners: false
src: [
"lib/modernizr/modernizr-custom.js"
"dep/modernizr-custom.js"
"src/core/wb.js"
"src/core/helpers.js"
"src/plugins/**/*.js"
Expand All @@ -349,7 +349,7 @@ module.exports = (grunt) ->
options:
stripBanners: false
src: [
"lib/modernizr/modernizr-custom.js"
"dep/modernizr-custom.js"
"lib/respond/src/respond.js"
"lib/excanvas/excanvas.js"
"lib/html5shiv/dist/html5shiv-printshiv.js"
Expand Down Expand Up @@ -922,42 +922,43 @@ module.exports = (grunt) ->
"<%= themeDist %>/**/ie8*.min.css"
]

modernizr:
dist:
devFile: "lib/modernizr/modernizr-custom.js"
outputFile: "lib/modernizr/modernizr-custom.js"
extra:
shiv: false
printshiv: false
load: true
mq: true
css3: true
input: true
inputtypes: true
svg: true
html5: false
cssclasses: true
csstransitions: true
fontface: true
backgroundsize: true
borderimage: true
extensibility:
addtest: false
prefixed: false
teststyles: true
testprops: true
testallprops: true
hasevents: true
prefixes: true
domprefixes: true
tests: [
"elem_details"
"elem_progress_meter"
"mathml"
"cors"
]
parseFiles: false
matchCommunityTests: false
# Remove modernizr temp
# modernizr:
# dist:
# devFile: "lib/modernizr/modernizr-custom.js"
# outputFile: "lib/modernizr/modernizr-custom.js"
# extra:
# shiv: false
# printshiv: false
# load: true
# mq: true
# css3: true
# input: true
# inputtypes: true
# svg: true
# html5: false
# cssclasses: true
# csstransitions: true
# fontface: true
# backgroundsize: true
# borderimage: true
# extensibility:
# addtest: false
# prefixed: false
# teststyles: true
# testprops: true
# testallprops: true
# hasevents: true
# prefixes: true
# domprefixes: true
# tests: [
# "elem_details"
# "elem_progress_meter"
# "mathml"
# "cors"
# ]
# parseFiles: false
# matchCommunityTests: false

copy:
bootstrap:
Expand Down
4 changes: 4 additions & 0 deletions dep/modernizr-custom.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -56,7 +56,6 @@
"grunt-imagine": "^0.3.54",
"grunt-jscs": "^2.0.0",
"grunt-mocha": "~0.4.12",
"grunt-modernizr": "~0.6.0",
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "^8.5.0",
"grunt-wet-boew-postbuild": "^0.1.3",
Expand All @@ -66,4 +65,4 @@
"sinon": "~1.12.2",
"time-grunt": "~1.0.0"
}
}
}

0 comments on commit c4e4522

Please sign in to comment.