Implement form objects for request forms
This commit is contained in:
committed by
Jason Garber
parent
4dd4fbf201
commit
9152ffe91e
@@ -1,3 +0,0 @@
|
||||
cp atst.ini.example atst.ini
|
||||
rand=`head -c 400 /dev/random | tr -dc A-Za-z0-9_=,@-`
|
||||
perl -p -i -e "s/change_me_into_something_secret/$rand/" atst.ini
|
@@ -24,8 +24,6 @@ fi
|
||||
# Install application dependencies
|
||||
script/bootstrap
|
||||
|
||||
# Generate default configuration
|
||||
script/config
|
||||
|
||||
# Symlink uswds fonts into the /static directory
|
||||
rm -f ./static/fonts
|
||||
ln -s ../node_modules/uswds/src/fonts ./static/fonts
|
||||
|
Reference in New Issue
Block a user