Skip to content

Commit

Permalink
Move js/sprintf.js to js/vendor/sprintf.js
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Jun 14, 2017
1 parent 0c77c43 commit 44929a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -3,7 +3,7 @@ imports:
- javascript
- php
filter:
excluded_paths: [js/vendor/*, js/codemirror/*, js/sprintf.js]
excluded_paths: [js/vendor/*, js/codemirror/*]
build:
dependencies:
before:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion libraries/Header.php
Expand Up @@ -151,7 +151,7 @@ private function _addDefaultScripts()
$this->_scripts->addFile('vendor/jquery/jquery.min.js');
$this->_scripts->addFile('vendor/jquery/jquery-migrate-3.0.0.js');
$this->_scripts->addFile('whitelist.php');
$this->_scripts->addFile('sprintf.js');
$this->_scripts->addFile('vendor/sprintf.js');
$this->_scripts->addFile('ajax.js');
$this->_scripts->addFile('keyhandler.js');
$this->_scripts->addFile('vendor/jquery/jquery-ui.min.js');
Expand Down

0 comments on commit 44929a3

Please sign in to comment.