#Can I configure the location of the src, test and build directories?

1 messages · Page 1 of 1 (latest)

gusty sluice
#

I want to use Gleam (Javascript) to write the Javascript for my existing web application. To allow my web server to serve the files, I would like to put the build directory in my assets directory and for completeness, I would like to put the src directory there too. Is this possible?

obtuse seal
#

Not if you want to use the Gleam build tool

gusty sluice
#

ok thank you! I definitely want to use the gleam build tool, I'll deal with it through symlinks then