mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
fix admin tinymce init, misc admin fixes
This commit is contained in:
9
resources/gulp/components/vendors/jquery-test-paths.js
vendored
Normal file
9
resources/gulp/components/vendors/jquery-test-paths.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var gulp = require('gulp');
|
||||
var config = require('../../config.js');
|
||||
var utils = require('../../utils.js');
|
||||
|
||||
gulp.task('build-jquery-test-paths', function(){
|
||||
return utils.buildJsGroup([
|
||||
config.paths.src + 'vendors/jquery-test-paths/jquery.test-paths.js'
|
||||
], 'jquery.test-paths', 'vendors/jquery-test-paths');
|
||||
});
|
Reference in New Issue
Block a user