Do not minify FlexSlider library in every build

This commit is contained in:
Claudio Sanches 2019-08-02 14:23:48 -03:00
parent 7c776e1593
commit f496dda56e
1 changed files with 1 additions and 2 deletions

View File

@ -345,8 +345,7 @@ module.exports = function( grunt ) {
grunt.registerTask( 'js', [
'jshint',
'uglify:admin',
'uglify:frontend',
'uglify:flexslider'
'uglify:frontend'
]);
grunt.registerTask( 'css', [