ea18f73a6f
Run `grunt build` to build AFCH, or just use scripts/upload.py — this will create all the necessary files in the /build directory, including minified css based on the… LESS files! That’s right, variables, nested selectors, and more. Expect cleaner, tidier code…already switched much of it over. Additionally, using LESS, our CSS selectors are much more specific, pretty much 100% ensuring we’ll avoid future class/selector conflicts. We now ALSO use a combination of classes and $afch.find() to ensure that multiple AFCH instances can run at one time on a page. Big commit, yay :)
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"name": "afch-rewrite",
|
|
"version": "0.6.0",
|
|
"homepage": "https://github.com/WPAFC/afch-rewrite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WPAFC/afch-rewrite"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "0.4.2",
|
|
"grunt-contrib-jshint": "0.8.0",
|
|
"grunt-jscs-checker": "0.4.0",
|
|
"grunt-contrib-less": "0.11.0",
|
|
"grunt-contrib-copy": "0.4.x",
|
|
"grunt-contrib-clean": "0.5.x",
|
|
"grunt-contrib-cssmin": "0.6.x",
|
|
"grunt-autoprefixer": "0.2.x"
|
|
}
|
|
}
|