Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

iammerrick/require-sweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

require-sweet

require-sweet is a Require.js plugin that allows you to require sweet.js dependencies into your project. This means you can leverage macros in your JavaScript on the fly, and later during your build!

Download

Usage

You leverage require-sweeten like any other require.js plugin! Simply place "sweeten!" before your dependency path, make sure to leave off the file extension.

define(['sweeten!a/javascript/dep-with-macros'], function(dep) {
  // dep is compiled to JS at this point.
});

You can also see the "example" folder, where require-sweet is being used to run a few macros.

Build

npm install && grunt build

Implementation Details

This project leverages git submodules to embed the sweet.js project. This allows us to automate the build for a new version of the plugin as the sweet.js project moves forward. We leverage grunt to build the plugin.

Author

Credits

The text loading mechanisms is extracted from require-cs, the work done by James Burke.

License

Available via the MIT or new BSD license.

About

An AMD loader plugin for Sweet.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published