Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active December 10, 2015 18:58
Show Gist options
  • Save csessig86/2efb16e5955a468693a8 to your computer and use it in GitHub Desktop.
Save csessig86/2efb16e5955a468693a8 to your computer and use it in GitHub Desktop.
Usemin CSS
<!-- build:css /css/styles-combined.css -->
<!-- DO NOT include ?ver at the end of any of these files or else the files won't combine right -->
<!-- CSS Includes -->
<link rel="stylesheet" href="/CSS/lib/bootstrap.min.css" type="text/css" media="screen">
<link rel="stylesheet" href="/CSS/min/pullout-quote.min.css" type="text/css" media="all" id="pullout_quote-css">
<link rel="stylesheet" type="text/css" href="/CSS/entypo/entypo.css">
<link rel="stylesheet" type="text/css" href="/CSS/lib/font-awesome-4.2.0.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/defaultstyles.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRoll.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRail.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/lib/jquery.simpleWeather.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/cupertino.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/reset.min.css">
<!-- endbuild -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment