From f18f367739837f993a0aa1cf61310022c8991590 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Tue, 12 Nov 2024 10:39:06 -0400 Subject: [PATCH] pkp/pragma#98 create exclusions file for plugin release tool (#104) --- README.md | 4 ++-- exclusions.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 exclusions.txt diff --git a/README.md b/README.md index d14598c..0d309bc 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ This theme can be installed through the **Plugin Gallery** in Open Journal Syste 4. Resolve dependencies: `npm install`. Gulp config file is inside a theme root folder `gulpfile.js`. 5. To compile external SCSS, concatenate styles and minify: `gulp sass`. The result CSS path is `resources/dist/app.min.css`. The theme's own styles are compiled automatically by OJS's theme API. 6. To concatenate and minify javascript: `gulp scripts` and `gulp compress`. The result Javascript file path is `resources/dist/app.min.js`. Run `gulp watch` to view javascript changes inside `resources/js` folder in real time. -7. To compile and minify all at once: `gulp compileAll`. +7. To compile and minify all at once: `gulp build`. 8. Copy the plugin's folder to `plugins/themes` directory starting from the OJS installation root folder. 9. Login into the OJS admin dashboard, activate the plugin and enable the theme. -Note that the master branch may contain code that will not be shipped to the stable release. +Note that the main branch may contain code that will not be shipped to the stable release. # License This theme is released under the GPL license. diff --git a/exclusions.txt b/exclusions.txt new file mode 100644 index 0000000..18b5cd2 --- /dev/null +++ b/exclusions.txt @@ -0,0 +1,11 @@ +pragma/.gitignore +pragma/.github +pragma/cypress +pragma/exclusions.txt +pragma/gulpfile.js +pragma/node_modules +pragma/package.json +pragma/package-lock.json +pragma/resources/js +pragma/resources/dist/app.js +pragma/resources/dist/app-debug.js