Skip to content

chalkup/connect-assets-cssprimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
cssPrimer = 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.

About

Primes CSS assets for connect-assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published