JS/CSS management with curl.js
Project description
AmdJS for Pyramid
pyramid_amdjs allows to manage js and css resources as amdjs modules
config.include('pyramid_amdjs')
config.add_amd_js(
'jquery', 'pyramid_amdjs:static/lib/jquery-1.8.2.min.js',
'JQuery Library')
Then you can use jquery in your amd module
define('my-package', ['jquery'],
function($) {
$('...').
}
)
License
pyramid_amdjs is offered under the MIT license.
CHANGES
0.1 (11-01-2012)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyramid_amdjs-0.1.tar.gz
(180.6 kB
view hashes)