mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
lightbox and report css refactoring, build tools cleanup
This commit is contained in:
10
resources/gulp/components/jquery-ui.js
vendored
Normal file
10
resources/gulp/components/jquery-ui.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var gulp = require('gulp');
|
||||
var config = require('../config.js');
|
||||
var utils = require('../utils.js');
|
||||
|
||||
gulp.task('build-jquery-ui', [], function(){
|
||||
// copy jquery ui assets
|
||||
return utils.buildJsGroup([
|
||||
config.paths.vendors + 'jquery-ui/ui/jquery-ui.js'
|
||||
], 'jquery-ui', 'vendors/jquery-ui');
|
||||
});
|
Reference in New Issue
Block a user