Skip to content

Commit

Permalink
Version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Apr 6, 2017
2 parents 3e62a81 + 18ab732 commit 0507fea
Show file tree
Hide file tree
Showing 96 changed files with 7,565 additions and 4,055 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
bower_components
node_modules
dist
doc
.sass-cache
.coverage-results
.idea
Expand Down
39 changes: 39 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"opts": {
"private": false,
"template": "node_modules/foodoc/template",
"readme": "build/jsdoc.md"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"systemName": "jQuery QueryBuilder API",
"systemSummary": "jQuery plugin for user friendly query/filter creator",
"systemColor": "#004482",
"copyright": "Licensed under MIT License, documentation under CC BY 3.0.",
"includeDate": false,
"inverseNav": false,
"cleverLinks": true,
"sort": "longname, version, since",
"analytics": {
"ua": "UA-28192323-3",
"domain": "auto"
},
"navMembers": [
{"kind": "class", "title": "Classes", "summary": "All documented classes."},
{"kind": "external", "title": "Externals", "summary": "All documented external members."},
{"kind": "global", "title": "Globals", "summary": "All documented globals."},
{"kind": "mixin", "title": "Mixins", "summary": "All documented mixins."},
{"kind": "interface", "title": "Interfaces", "summary": "All documented interfaces."},
{"kind": "module", "title": "Modules", "summary": "All documented modules."},
{"kind": "event", "title": "Events", "summary": "All documented events."},
{"kind": "namespace", "title": "Namespaces", "summary": "All documented namespaces."},
{"kind": "tutorial", "title": "Tutorials", "summary": "All available tutorials."}
],
"scripts": [
"https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js",
"js/custom.js"
]
}
}
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.*
build
composer.json
Gruntfile.js
bower_components
Loading

0 comments on commit 0507fea

Please sign in to comment.