Commit 4255bd41 authored by Romain Courteaud's avatar Romain Courteaud

Examples have been removed.

parent 689ba8d3
...@@ -87,23 +87,6 @@ module.exports = function (grunt) { ...@@ -87,23 +87,6 @@ module.exports = function (grunt) {
'__RenderJSEmbeddedGadget' '__RenderJSEmbeddedGadget'
] ]
} }
},
examples: {
src: ['examples/officejs/*.js'],
directives: {
maxlen: 79,
indent: 2,
maxerr: 3,
unparam: true,
predef: [
'window',
'document',
'rJS',
'RSVP',
'jQuery',
'jIO'
]
}
} }
}, },
...@@ -145,8 +128,7 @@ module.exports = function (grunt) { ...@@ -145,8 +128,7 @@ module.exports = function (grunt) {
'<%= jslint.config.src %>', '<%= jslint.config.src %>',
'<%= jslint.test.src %>', '<%= jslint.test.src %>',
['lib/**'], ['lib/**'],
['test/*.html', 'test/*.js'], ['test/*.html', 'test/*.js']
['examples/**']
], ],
tasks: ['default'], tasks: ['default'],
options: { options: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment