updated install script
This commit is contained in:
@@ -65,7 +65,11 @@ echo "Your twig.yaml config file has been replaced, remove the bak if you are ha
|
||||
|
||||
echo "Creating SASS directory for css"
|
||||
composer require nickyeoman/nytwig
|
||||
composer require nickyeoman/sassLibrary
|
||||
touch sass/$1.sass
|
||||
mkdir -p public/css
|
||||
touch public/css/main.css
|
||||
echo '.sass-cache' >> .gitignore
|
||||
echo '@import ../vendor/nickyeoman/sasslibrary/master.sass' > sass/$1.sass
|
||||
echo "SASS installed you still need to run sass sass/$1.sass public/css/main.css"
|
||||
|
||||
@@ -73,6 +77,7 @@ echo "SASS installed you still need to run sass sass/$1.sass public/css/main.css
|
||||
# Symfony bundles
|
||||
################################################################################
|
||||
|
||||
composer req nickyeoman/symfonycms
|
||||
composer req symfony/process
|
||||
composer req asset
|
||||
composer req sensio/framework-extra-bundle
|
||||
|
||||
Reference in New Issue
Block a user