[#14] opml import export
This commit is contained in:
parent
6c6ea6c481
commit
61e45ed0cc
24 changed files with 401 additions and 30 deletions
|
|
@ -28,6 +28,7 @@ const taskMappings = [
|
|||
{ name: 'category', destDir: `${CORE_DIR}/${STATIC_SUFFIX}` },
|
||||
{ name: 'rules', destDir: `${COLLECTION_DIR}/${STATIC_SUFFIX}` },
|
||||
{ name: 'rule', destDir: `${COLLECTION_DIR}/${STATIC_SUFFIX}` },
|
||||
{ name: 'import', destDir: `${COLLECTION_DIR}/${STATIC_SUFFIX}` },
|
||||
];
|
||||
|
||||
export const sassTask = done => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue