Skip to content

Commit

Permalink
Move Grunt task functions to global scope
Browse files Browse the repository at this point in the history
When Grunt is removed, these functions will be moved to global scope
anyways. By doing this earlier, it makes removing Grunt easier when it
is actually done. Additionally, the maneuver with the indentation and
`.git-blame-ignore-revs` ensures the important history is saved when
Grunt is removed.
  • Loading branch information
hyperupcall committed Jun 8, 2024
1 parent ec2eff2 commit 9999e00
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ d7eacc4d28028b906e505d21101ec904d8a3ceb8

# Deindent standalone functions (in Gruntfile)
36a6cccf396db9ac67937b4d0720548aa1868f7f

# Unindent Grunt task functions
ec2eff2d4485dff86239bd32cb5fc7f5acc76a4e
Loading

0 comments on commit 9999e00

Please sign in to comment.