diff --git a/Gruntfile.js b/Gruntfile.js index f016e7b3d4feb..cb6ff507e7183 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -331,6 +331,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-cssmin'); + grunt.loadNpmTasks('grunt-scss-lint'); grunt.loadNpmTasks('grunt-sass'); grunt.loadNpmTasks('grunt-shell'); grunt.loadNpmTasks('grunt-fetch-pages'); @@ -376,10 +377,11 @@ module.exports = function(grunt) { grunt.registerTask('compile', 'Compiles the stylesheet files.', function() { grunt.task.run([ 'uglify:templates', + 'scsslint', 'sass:dist', 'postcss', 'cssmin:templates' ]); - }); + }); }; diff --git a/administrator/modules/mod_latest/tmpl/default.php b/administrator/modules/mod_latest/tmpl/default.php index a8f635927253b..899a3077b9de8 100644 --- a/administrator/modules/mod_latest/tmpl/default.php +++ b/administrator/modules/mod_latest/tmpl/default.php @@ -10,12 +10,12 @@ defined('_JEXEC') or die; JHtml::_('bootstrap.tooltip'); + ?>