This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
castopod
Watch
1
Star
0
Fork
0
You've already forked castopod
mirror of
https://code.castopod.org/adaures/castopod
synced
2025-04-23 01:01:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
castopod
/
postcss.config.js
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: add npm for js dependencies + move src/ files to root folder - add node service in docker-compose.yml - update .devcontainer Dockerfile by adding node, npm and vim - init package.json for npm with tailwindcss, postcss, commitlint and commitizen as dev dependencies - update default layout main header and footer - replace CI's welcome_message.php with home.php listing all podcasts - add AUTHORS.md file - add docs folder in which to place castopod's technical documentation
2020-06-05 13:54:40 +00:00
module
.
exports
=
{
feat(episodes): add create form and view pages for episode - add james-heinrich/getid3 library as a dependency to composer.json - update DEPENDENCIES.md file - fix episodes table migration script - add js devDependencies: prettier, @prettier/plugin-php and lint-staged to automatically format staged files before commit - reformat all files to the prettier format - refactor code by separating some logic as helper functions - overwrite existing files when uploading new files with the same name fixes #1
2020-06-10 15:00:12 +00:00
plugins
:
[
require
(
"tailwindcss"
)
,
require
(
"autoprefixer"
)
]
,
}
;
Reference in New Issue
Copy Permalink