mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
report component, js lib moved
This commit is contained in:
@@ -21,9 +21,10 @@ gulp.task('build-report-css', ['build-report-print-css'], function(){
|
||||
|
||||
gulp.task('build-report', ['copy-report-images', 'build-report-css'], function(){
|
||||
var reportGroup = [
|
||||
config.paths.dist + 'include/jslibs/jquery.print.js',
|
||||
config.paths.dist + 'include/jslibs/jquery.cluetip.js',
|
||||
config.paths.dist + 'include/jquery.nicoslider.js',
|
||||
config.paths.src + 'report/js/jquery.print.js',
|
||||
config.paths.src + 'report/js/jquery.cluetip.js',
|
||||
config.paths.src + 'report/js/jquery.nicoslider.js',
|
||||
config.paths.src + 'report/js/jquery.gvChart-0.1.js',
|
||||
config.paths.src + 'report/js/report.js'
|
||||
];
|
||||
return utils.buildJsGroup(reportGroup, 'report', 'report/js');
|
||||
|
@@ -35,7 +35,6 @@
|
||||
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
||||
<script type="text/javascript" src="/assets/common/js/common{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/report/js/report{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="{{ path('minifier', { 'f' : 'include/jslibs/jquery.gvChart-0.1.js' }) }}"></script>
|
||||
<script type="text/javascript">
|
||||
gvChartInit();
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user