mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 14:45:00 +08:00
e4570ffb78
* Rewrite uglifyjs command to work with 3.x * Use ES5 syntax in plain JS files * Use the older command if uglifyJS V2.x is installed
5 lines
306 B
Plaintext
5 lines
306 B
Plaintext
<%
|
|
require_asset('/Users/romeer/projects/discourse/plugins/lazy-yt/assets/javascripts/lazyYT.js')
|
|
depend_on('/Users/romeer/projects/discourse/plugins/lazy-yt/assets/javascripts/initializers')
|
|
require_asset('/Users/romeer/projects/discourse/plugins/lazy-yt/assets/javascripts/initializers/lazyYT.js.es6')
|
|
%> |