Move all files to taking-flight-with-tailwind-css/demo/phpnw/
This commit is contained in:
parent
d754089b17
commit
d8ae557445
17 changed files with 0 additions and 0 deletions
21
taking-flight-with-tailwind-css/demo/phpnw/composer.json
Normal file
21
taking-flight-with-tailwind-css/demo/phpnw/composer.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "opdavies/sculpin-skeleton",
|
||||
"description": "A skeleton Sculpin site.",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Oliver Davies",
|
||||
"email": "oliver@oliverdavies.uk",
|
||||
"homepage": "https://www.oliverdavies.uk"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"sculpin/sculpin": "^3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "composer run-script generate",
|
||||
"generate": "sculpin generate --clean --no-interaction",
|
||||
"prod": "composer run-script generate -- --env prod",
|
||||
"watch": "composer run-script --timeout=0 generate -- --server --watch"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue