revel / cmd

Command line tools for Revel.
MIT License
62 stars 101 forks source link

revel package #183

Closed dudochkin-victor closed 4 years ago

dudochkin-victor commented 5 years ago

Hi guys. About the "revel package" command. Revel builds the distribution in the /tmp folder. You need to delete the build folder from /tmp after creating the archive. Because, as standard for Linux /tmp, it is a tmpfs file system located in memory. At the moment, if you build the package several times, then there will be out of memory .. Fix it pls asap.

notzippy commented 4 years ago

revel package command now uses a folder within the project called target to build the project