mishak / wrm-jquery
jQuery for Nette projects using Web Resource Management
1.8.3
2013-06-17 02:49 UTC
Requires
- jquery/jquery: 1.8.3
- mishak/web-resource-management: >=0.1.1
This package is not auto-updated.
Last update: 2024-10-26 13:45:11 UTC
README
This is still experimental and I am working on way to circumvent composer definition and need for manual including of config.
Instalation
Composer
Add to composer.json
requirement "mishak/wrm-jquery": "1.8.3"
and add jquery/jquery
to repositories:
"repositories": [
{
"type": "package",
"package": {
"version": "1.8.3",
"name": "jquery/jquery",
"dist": {
"url": "http://code.jquery.com/jquery-1.8.3.js",
"type": "file"
}
}
}
]
App config
includes:
- ../../libs/mishak/wrm-jquery/config.neon
parameters:
libsDir: %appDir%/../..