discourse/lib/generators/plugin/templates
spirobel 41ee7cad0e
FIX plugin generator: mobile, desktop stylesheets registering (#9039)
After adding styles in the mobile scss they will also be applied to desktop without this change.

https://meta.discourse.org/t/registering-assets-for-mobile-and-desktop-making-site-responsive/65041/2
2020-02-25 11:43:17 +01:00
..
assets/javascripts/discourse REFACTOR: Remove `Ember.Controller` in favor of import 2019-10-23 13:06:54 -04:00
LICENSE.erb
README.md.erb
acceptance-test.js.es6.erb
client.en.yml.erb
controller.rb.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
controller_spec.rb.erb
engine.rb.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
javascript.js.es6.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
plugin.rb.erb FIX plugin generator: mobile, desktop stylesheets registering (#9039) 2020-02-25 11:43:17 +01:00
plugin_controller.rb.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
route-map.js.es6.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
route_constraint.rb.erb DEV: improves rails plugin generator (#7949) 2019-07-27 18:21:44 +02:00
routes.rb.erb FIX: fixes plugin generator with zeitwerk (#8220) 2019-10-21 09:24:14 +02:00
scheduled_job.rb.erb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
server.en.yml.erb
settings.yml.erb
stylesheet.scss.erb

README.md.erb

# <%= name %>

<%= name %> is a plugin for ...

## Installation

Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157)
how-to from the official Discourse Meta, using `git clone https://github.com/<%= @github_username %>/<%= dasherized_name %>.git`
as the plugin command.

## Usage

## Feedback

If you have issues or suggestions for the plugin, please bring them up on
[Discourse Meta](https://meta.discourse.org).