mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Silence route-recognizer source map errors in development mode
This commit is contained in:
parent
e0c7fdc0c6
commit
9889b7277f
4 changed files with 703 additions and 2 deletions
|
@ -160,7 +160,14 @@ task 'javascript:update' do
|
|||
}, {
|
||||
source: '@popperjs/core/dist/umd/popper.js.map',
|
||||
public_root: true
|
||||
}
|
||||
},
|
||||
{
|
||||
source: 'route-recognizer/dist/route-recognizer.js'
|
||||
}, {
|
||||
source: 'route-recognizer/dist/route-recognizer.js.map',
|
||||
public_root: true
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
start = Time.now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue