mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:58:12 +08:00
1b4692039e
Now that we've switched to Ember CLI, these things are no longer used. - These sprockets manifests are superceded by the assets generated by ember cli - These vendored scripts are now fetched by ember-auto-import at compile time
27 lines
680 B
Plaintext
27 lines
680 B
Plaintext
app/assets/stylesheets/vendor/
|
|
plugins/**/assets/stylesheets/vendor/
|
|
plugins/**/assets/javascripts/vendor/
|
|
plugins/**/config/locales/**/*.yml
|
|
plugins/**/config/*.yml
|
|
package.json
|
|
config/locales/**/*.yml
|
|
!config/locales/**/*.en*.yml
|
|
script/import_scripts/**/*.yml
|
|
|
|
app/assets/javascripts/browser-update.js
|
|
app/assets/javascripts/discourse-loader.js
|
|
app/assets/javascripts/locales/i18n.js
|
|
app/assets/javascripts/ember-addons/
|
|
app/assets/javascripts/discourse/lib/autosize.js
|
|
lib/javascripts/locale/
|
|
lib/javascripts/messageformat.js
|
|
lib/highlight_js/
|
|
plugins/**/lib/javascripts/locale
|
|
public/
|
|
vendor/
|
|
app/assets/javascripts/discourse/tests/fixtures
|
|
spec/
|
|
node_modules/
|
|
dist/
|
|
**/*.rb
|