0.1.3 • Published 10 years ago

connect-assets-cssprimer v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

connect-assets-cssprimer

An NPM module that forces compilation of your css connect-assets without referencing them in a view.

Problems This Helps With

  • You are using requireJS and don't want to reference all your css files in the view.
  • You have a css file that is dynamically loaded on your page but not in the view.
  • You want to use the connect-assets-cdn library

Installation

npm install connect-assets-cssprimer

  • There is a dependency on CoffeeScript. If you want a straight javascript version, you can compile it easily yourself.

Usage

assets = require 'connect-assets'
jsPrimer = require 'connect-assets-cssprimer'

# Snip ...

app.use assets()
cssPrimer.loadFiles assets

# Optionally, you can pass in a log function to see progress
# cssPrimer.loadFiles assets, console.log

Contributors

Tim Costa

Copyright

Created by Tim Costa. MIT License; no attribution required.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago