0.10.0 • Published 6 years ago

cater-assets v0.10.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Cater Assets

cater-assets is a Cater Plugin that provides asset processing for the Cater Framework.

This plugin looks in the assets directory of your application for the usual suspects - jpg, png, css and even scss files. They will be compiled and digested as part of the build process.

These files can be used by importing them in your project. For example if you had assets/cat.png, you can use in a component with:

import awesomeCatPicture from "assets/cat.png";
import React from "react";

export default () => <img src={awesomeCatPicture} />;

This component would render the image with your awesome cat picture.

For more information, look at the top-level Cater Documentation.

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago