Skip to content

Commit

Permalink
Remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Aug 21, 2024
1 parent 295d9de commit cc69958
Show file tree
Hide file tree
Showing 9 changed files with 522 additions and 701 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(grunt) {
// just CSS
grunt.registerTask('css', ['sass', 'cssmin']);
// just images
grunt.registerTask('img', ['generate-scss-metadata']);
grunt.registerTask('img', ['generate-scss-metadata', 'css']);
// just javascript
grunt.registerTask('js', ['shell:eslint', 'shell:genTsDeclaration', 'shell:genReactTsDeclaration', 'shell:buildJs', 'replace', 'shell:buildReact', 'replace:removeImport']);
// just react
Expand Down
Loading

0 comments on commit cc69958

Please sign in to comment.