mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:21:12 +08:00
DEV: Support for running theme test with Ember CLI (third attempt)
The second attempt fixed issues with smoke test. This one makes sure minification only happens in production mode.
This commit is contained in:
@ -69,7 +69,7 @@ class BootstrapController < ApplicationController
|
||||
locale_script: locale,
|
||||
stylesheets: @stylesheets,
|
||||
plugin_js: plugin_js,
|
||||
plugin_test_js: [script_asset_path("plugin_tests")],
|
||||
plugin_test_js: [script_asset_path("plugin-tests")],
|
||||
setup_data: client_side_setup_data,
|
||||
preloaded: @preloaded,
|
||||
html: create_html,
|
||||
|
Reference in New Issue
Block a user