Skip to content

Commit

Permalink
Change distro to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasRu committed Aug 4, 2023
1 parent 20eb76a commit e7a21c5
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cftasks/generateStaticHTML.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ component {
print.boldCyanLine( "CfContent minified" );

print.boldCyanLine( "Writing static index.html to distro..." );
fileWrite( basePath & "distro/index.html", minifiedfilecontent, "utf-8" );
fileWrite( basePath & "docs/index.html", minifiedfilecontent, "utf-8" );

print.boldCyanLine( "Copying libs to distro..." );
directoryCopy( source = basePath & "libs", destination = basePath & "distro/libs", recurse = true );
directoryCopy( source = basePath & "libs", destination = basePath & "docs/libs", recurse = true );

print.boldCyanLine( "Copying images to distro..." );
directoryCopy( source = basePath & "images", destination = basePath & "distro/images", recurse = true );
directoryCopy( source = basePath & "images", destination = basePath & "docs/images", recurse = true );

print.GreenLine( "READY!" );
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e7a21c5

Please sign in to comment.