optimization - Does optimizing require.js/backbone app css files through r.js include cdn @imports -
i'm including external font css (google font) on css file using @import
styles.css
/* feel free use @import. r.js merge them, when building */ @import "../vendor/bootstrap/css/bootstrap.css"; //this included @import url(http://fonts.googleapis.com/css?family=chewy); //would included? ...
would r.js include remote file , optimize it? r.js doesn't have full documentation on switches , settings or missing something? or reconfigure build include remote/cdn file?
no, of 2.1.5
i'm getting output:
optimizing (standard.keeplines) css file: /.../style/style-all.css /.../style/style-all.css cannot inline css import, skipping: https://fonts.googleapis.com/css?family=chewy
analysing source code on github suggests supports relative paths.
Comments
Post a Comment