Skip to content

Commit

Permalink
Merge pull request jldeen#6 in SEAL/dotfiles from paychex-win-jv to p…
Browse files Browse the repository at this point in the history
…aychex-win

* commit 'beb91ba69e97b344d7bc85d43e3a6e06f6899baa':
  Fix build app_doc optimized
  • Loading branch information
Brule, Jon committed Apr 19, 2019
2 parents e293507 + beb91ba commit 8ebfd4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psModules/paychex/flex/flex_Commands.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sets ANT_HOME Env Variable for Flex
.DESCRIPTION
Uses C:/Ant/apache-ant-1.10.2-bin/apache-ant-1.10.2 for ant Home
Note %ANT_HOME%/bin is in path
Note %ANT_HOME%/bin is in path
#>
$Env:ANT_HOME = "C:/apps/apache-ant-1.10.2"
Expand All @@ -23,6 +23,6 @@ Set-Alias dhg build_app_doc
function build_app_doc_optimized {
cd_app_docmanagement
Set-Location html
grunt dist
grunt dist-optimized
}
Set-Alias dhgo build_app_doc_optimized
Set-Alias dhgo build_app_doc_optimized

0 comments on commit 8ebfd4e

Please sign in to comment.