|
@@ -50,6 +50,7 @@ module.exports = function (grunt) {
|
|
|
grunt.loadNpmTasks("grunt-chmod");
|
|
|
grunt.loadNpmTasks("grunt-exec");
|
|
|
grunt.loadNpmTasks("grunt-execute");
|
|
|
+ grunt.loadNpmTasks("grunt-accessibility");
|
|
|
|
|
|
|
|
|
// Project configuration
|
|
@@ -133,6 +134,14 @@ module.exports = function (grunt) {
|
|
|
],
|
|
|
}
|
|
|
},
|
|
|
+ accessibility: {
|
|
|
+ options: {
|
|
|
+ accessibilityLevel: "WCAG2A"
|
|
|
+ },
|
|
|
+ test: {
|
|
|
+ src: ["build/**/*.html"]
|
|
|
+ }
|
|
|
+ },
|
|
|
webpack: {
|
|
|
options: {
|
|
|
plugins: [
|