File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ This is the rough build process:
9999 - Populate ` --fake-* ` fields, including the license: these are required for a package project but not included in an application project's elm.json
100100 - Add dependencies that are listed as popular packages in the sidebar, making HTTP requests to look up the latest versions
101101 - This means the actual build / validation process will have its own elm-stuff directory
102- - Copy source files into the build directory's ` src ` directory using [ dirsync ] ( https://bitbucket.org/tkhyn/dirsync/ )
102+ - Copy source files into the build directory's ` src ` directory using rsync
103103 - An application project supports multiple source directories, while a package project supports only ` src `
104- - For each file that were copied, rewrite port delcarations to be normal functions
104+ - For each file that was copied, rewrite port delcarations to be normal functions
105105 - This is needed because ports are not allowed in package projects
106106- Run ` elm make ` with the ` --doc ` flag on
107107- If validating docs, exit here
You can’t perform that action at this time.
0 commit comments