Skip to content

Commit

Permalink
#77 adds a composer script to the theme to bring back base-asset file…
Browse files Browse the repository at this point in the history
…s from GitHub
  • Loading branch information
JulesKhong committed Mar 30, 2024
1 parent ce72e91 commit a0e31e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "thinkshout/theme-scripts",
"description": "copies base assets into the theme",
"type": "project",
"keywords": [],
"scripts": {
"scaffold": [
"git clone [email protected]:thinkshout/base-assets.git",
"mv base-assets/scaffold/* ./",
"rm -rf base-assets"
]
}
}

0 comments on commit a0e31e1

Please sign in to comment.