Skip to content

Commit

Permalink
Prepared benderjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski authored and mlewand committed Apr 16, 2018
1 parent ba31b60 commit feff5d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ samples/toolbarconfigurator/.bender/**
samples/toolbarconfigurator/node_modules/**
samples/toolbarconfigurator/docs/**

tests/security
tests/plugins/mathjax/_assets/mathjax/**

*.css.map

bender-*.log

!.github/*
.DS_Store
.DS_Store
9 changes: 9 additions & 0 deletions bender.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ var config = {
'utils/**',
'!**/_*/**'
]
},

'Security': {
applications: [ 'ckeditor' ],
basePath: 'tests/',
paths: [
'security/**',
'!**/_*/**'
]
}
},

Expand Down

0 comments on commit feff5d6

Please sign in to comment.