[#14] opml import export

This commit is contained in:
sonny 2020-01-18 19:39:26 +01:00 committed by Sonny
parent 6c6ea6c481
commit 61e45ed0cc
24 changed files with 401 additions and 30 deletions

View file

@ -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 => {