Skip to content

Commit

Permalink
Tweak: Upgrade the autoprefixer package to minify CSS files [ED-10148] (
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes authored Mar 20, 2023
1 parent e926f62 commit 2934a35
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'use strict';

module.exports = function( grunt ) {
require( 'matchdep' ).filterDev( 'grunt-*' ).forEach( grunt.loadNpmTasks );
require( 'load-grunt-tasks' )( grunt );

const sass = require( 'sass' );

Expand Down
Loading

0 comments on commit 2934a35

Please sign in to comment.