diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index dc82dc3e11..0e3329c41f 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -26,7 +26,7 @@ module.exports = (grunt) -> run: command:"node app.js | ./node_modules/logger-sharelatex/node_modules/bunyan/bin/bunyan --color" cssmin: - command:"node_modules/clean-css/bin/cleancss -o public/stylesheets/style.css public/stylesheets/style.css" + command:"node_modules/clean-css/bin/cleancss --s0 -o public/stylesheets/style.css public/stylesheets/style.css" watch: diff --git a/services/web/app/views/layout.jade b/services/web/app/views/layout.jade index 14e4aa6107..422c259791 100644 --- a/services/web/app/views/layout.jade +++ b/services/web/app/views/layout.jade @@ -19,7 +19,6 @@ html(itemscope, itemtype='http://schema.org/Product') link(rel="icon", href="/favicon.ico") link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css')) - link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet") if settings.i18n.subdomainLang each subdomainDetails in settings.i18n.subdomainLang diff --git a/services/web/public/stylesheets/style.less b/services/web/public/stylesheets/style.less index 0377e4e828..0972417034 100755 --- a/services/web/public/stylesheets/style.less +++ b/services/web/public/stylesheets/style.less @@ -1,5 +1,7 @@ // Core variables and mixins @import "core/variables.less"; +@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); + @import "core/mixins.less"; // Reset