Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pragma#98 exclusions file for plugin release tool #101

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,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.
Expand Down
11 changes: 11 additions & 0 deletions exclusions.txt
Original file line number Diff line number Diff line change
@@ -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
Loading