Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vincent Bechu
renderjs
Commits
4255bd41
Commit
4255bd41
authored
May 22, 2014
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Examples have been removed.
parent
689ba8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
19 deletions
+1
-19
Gruntfile.js
Gruntfile.js
+1
-19
No files found.
Gruntfile.js
View file @
4255bd41
...
...
@@ -87,23 +87,6 @@ module.exports = function (grunt) {
'
__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) {
'
<%= jslint.config.src %>
'
,
'
<%= jslint.test.src %>
'
,
[
'
lib/**
'
],
[
'
test/*.html
'
,
'
test/*.js
'
],
[
'
examples/**
'
]
[
'
test/*.html
'
,
'
test/*.js
'
]
],
tasks
:
[
'
default
'
],
options
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment