Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Aug 21, 2024
1 parent ab64320 commit bf5fb9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file removed assets/indigo-600-square.png
Binary file not shown.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const allowedDomains = [
"https://tailwind.besoeasy.com/",
"https://cdn.tailwindcss.com",
"https://unpkg.com",
"https://i.ibb.co",
"https://images.unsplash.com/",
];

async function checkAssetsForDomains(filePath) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "tailwind-components",
"main": "index.js",
"scripts": {
"copy": "rm -rf dist && mkdir -p dist && cp -r components/* dist && mkdir -p dist/assets && cp -r assets/* dist/assets",
"copy": "rm -rf dist && mkdir -p dist && cp -r components/* dist",
"build": "npm run copy && node build.js && npx prettier --print-width 200 --write dist "
},
"repository": {
Expand All @@ -26,4 +26,4 @@
"devDependencies": {
"prettier": "^3.1.0"
}
}
}

0 comments on commit bf5fb9b

Please sign in to comment.