Make application/controller/static.go the source code generate trigger instead of application/controller/static_pages.go
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//go:generate go run ./static_page_generater ../../.tmp/dist ./static_pages.go
|
||||
//go:generate go fmt ./static_pages.go
|
||||
|
||||
package controller
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user