23 Commits

Author SHA1 Message Date
94rain
5311acb1b5
temporarily revert some changes
comments? isdecline?

Modify script configurations
2019-10-20 12:48:16 +08:00
Daniel Glus
47d0f097ef v0.9.1 2018-12-05 18:45:54 +00:00
Bardi Harborow
076f31793e Replace dependencies/ with NPM packages. 2018-04-05 02:16:41 -04:00
Bardi Harborow
8c65b22244 Remove JSHint and JSCS and install ESLint. 2018-04-05 02:16:41 -04:00
Bardi Harborow
a99e180f0b Update devDependencies. 2018-01-13 17:05:33 -05:00
Bardi Harborow
0b54d9ff8e Cleanup package.json. 2018-01-13 17:05:33 -05:00
APerson
154f720eeb Add a license
npm was complaining a lot about the lack of a license in package.json
2015-09-26 22:17:40 -04:00
Theopolisme
2eef95249b Update Jest to use 0.5.x branch; fix #65
Jest doesn’t work with Node 0.12.x (due to jsdom woes), but the 0.5.x
branch on GitHub has been updated and works with the latest version of
iojs. So, from now on, iojs must be used to build afch-rewrite (a la
nvm, probably). This should be added to the README/wiki…
2015-07-05 15:19:55 -05:00
Theopolisme
dbe615f12d Include all dependencies at top of core.js on build, resolves #47
Now we no longer have to request dependency files separately, speeding
up load times as well as resolving the “undefined Hogan” error as
reported in the linked issue.
2015-02-24 17:16:04 -06:00
Theopolisme
b09bbff240 bump version 2015-02-24 17:05:45 -06:00
Theopolisme
bdd556d3df Update dependency name 2015-02-24 16:47:46 -06:00
theopolisme
ad5eaed0d4 v0.9 2014-11-08 11:41:02 -06:00
theopolisme
b0ad8a24b6 v0.8 2014-05-18 19:29:32 -05:00
theopolisme
6a66debe5e *ZOMG* unit tests, finally!
Not really any actual tests in here (except for a typeof AFCH ===
‘object’ assertion…gotta start somewhere!), but this is the framework.
2014-05-18 17:10:51 -05:00
theopolisme
6a3a158e45 "v0.7" 2014-04-13 17:11:04 -07:00
theopolisme
ea18f73a6f Switch to LESS, build-based, more modular styling system
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 :)
2014-04-06 14:51:26 -05:00
theopolisme
5956806e3f v0.6
Because turtles dancing are cool. Plus, I kinda revamped a whole ton of
stuff over the past few days…y’know how that goes.
2014-03-27 18:20:01 -05:00
theopolisme
db4b317923 Bump to v0.5 2014-03-21 21:59:06 -05:00
theopolisme
9847b61806 Bump to v0.4
Why not? Pretty big changes under the hood seem worthy of a memory.
2014-03-14 20:17:17 -05:00
theopolisme
9ecb48c108 v3 tweaks: update STYLEGUIDE, minor code style fix 2014-03-12 02:19:56 -05:00
theopolisme
c3b635f83d v0.3 Excited Murmur 2014-03-12 02:06:09 -05:00
theopolisme
a2415ceaf1 Add jscs code style tests 2014-03-05 02:44:56 -06:00
theopolisme
2ef85d1540 Set up jslint and travis testing 2014-02-09 12:23:52 -06:00