11772 Commits

Author SHA1 Message Date
ccd0
01e966e11a Fix Makefile bug breaking build on Windows. 2016-04-19 23:39:22 -07:00
ccd0
f6407d596b Fix use of wrong name variable. 2016-04-19 23:07:41 -07:00
ccd0
0e2b595635 Sometimes make won't rebuild the next file if we just delete. 2016-04-19 23:05:21 -07:00
ccd0
5ce2064c37 Fix bad dependency on tmp/globals-globals.js. 2016-04-19 22:46:55 -07:00
ccd0
d027537c34 Only invoke node once at beginning to read config. 2016-04-19 22:21:04 -07:00
ccd0
610a8d50f0 Use shell commands to concatenate files. 2016-04-19 21:43:42 -07:00
ccd0
240bec370f Fix file location in LICENSE. 2016-04-19 20:46:43 -07:00
ccd0
099d3e4eb2 Fix ordering of .events/jshint creation. 2016-04-19 20:42:48 -07:00
ccd0
54de0d7a25 Rebuild only needed files when an imported file changes. 2016-04-19 20:39:01 -07:00
ccd0
45d8c088a9 Quote with QUOTE function. 2016-04-19 16:40:27 -07:00
ccd0
64bb62a075 No more having to hack the contents of the coffee-generated JS. 2016-04-19 16:27:05 -07:00
ccd0
f51ca57f2f Whitespace fixes. 2016-04-19 05:56:18 -07:00
ccd0
6714a4e8c7 Now we can rebuild at the level of individual files. 2016-04-19 04:58:30 -07:00
ccd0
033031c905 Combine templating+compiling+afterprocessing into one step. 2016-04-19 02:45:22 -07:00
ccd0
c89a977963 Add module.exports to globalize.js and template.js. 2016-04-19 01:43:34 -07:00
ccd0
716c598cd5 Some simplification. 2016-04-19 01:11:18 -07:00
ccd0
44c9fc6f0e Reduce full build time by combining coffee shell commands. 2016-04-19 00:28:23 -07:00
ccd0
a19e51d632 Revert "Support combining multiple small directories into one compilation unit but don't turn it on yet."
This reverts commit 82cf0c594fa5b89e67e4ed60b2b0b61b41970ce3.
2016-04-18 21:59:20 -07:00
ccd0
70d0dca705 Another attempt at copying with timestamp update on Windows.
The weird plus syntax copied files to the current directory.
2016-04-18 17:36:50 -07:00
ccd0
7e0ec12c49 Fix Windows copy adding EOF mark. 2016-04-18 15:18:42 -07:00
ccd0
b048b8b834 Make sure shrinkwrap versions are used in release builds. 2016-04-18 06:39:17 -07:00
ccd0
889bfe0803 Make copying update the time on Windows. 2016-04-18 06:37:27 -07:00
ccd0
c9934d69fa lodash -> lodash.template 2016-04-18 05:26:45 -07:00
ccd0
3dd6a73ce1 Let updatehard task update webstore-upload. 2016-04-18 05:00:09 -07:00
ccd0
38f6252cb5 Make sure we have pinned packages installed when updating. 2016-04-18 04:59:00 -07:00
ccd0
dae2c78f83 Make npm-shrinkwrap optional for normal development but mandatory for releases. 2016-04-18 04:39:53 -07:00
ccd0
915d3b970f Remove dateformat dependency. 2016-04-18 01:10:54 -07:00
ccd0
685f8a2d6d Fix confusing error message. #505 2016-04-17 22:03:46 -07:00
ccd0
1a9bd32be4 Fix failure of some notices to close. #822 2016-04-17 21:31:50 -07:00
ccd0
82cf0c594f Support combining multiple small directories into one compilation unit but don't turn it on yet. 2016-04-17 19:25:15 -07:00
ccd0
1e6fe65e51 Check version before trying to upload to store. 2016-04-17 15:48:41 -07:00
ccd0
56c1207dfa Update Font Awesome. 2016-04-17 14:40:50 -07:00
ccd0
b65a06fdc5 Fix unwanted space inside updater when wrapped in brackets. 2016-04-17 14:35:47 -07:00
ccd0
221efb04ce Maybe a little clearer? 2016-04-17 14:14:14 -07:00
ccd0
ae48edf93d Depending on package.json is best; other files in package may can dates older than install. 2016-04-17 13:56:46 -07:00
ccd0
574e8894aa More specific regexp for icon classes.
FA 4.6.1 adds more CSS after them.
2016-04-17 13:53:22 -07:00
ccd0
89cf9b9be4 Update devDependencies. 2016-04-17 12:25:00 -07:00
ccd0
221b071ff7 Separate tasks for updates that shouldn't/should break things. 2016-04-17 12:22:37 -07:00
ccd0
93b45c8bba Revert "Remove meta.path from package.json."
This reverts commit 7233ea4bb3951472013413a44fcd99615b6ed7a3.
2016-04-17 12:11:42 -07:00
ccd0
24c8db5c6b Deal with case where some products of multiple-file-generating rules are deleted. 2016-04-17 12:04:00 -07:00
ccd0
b6e942436c Update to JSZip 3.0.0. 2016-04-17 06:24:48 -07:00
ccd0
7233ea4bb3 Remove meta.path from package.json. 2016-04-17 05:12:38 -07:00
ccd0
9613de917f Remove Grunt. 2016-04-17 04:37:47 -07:00
ccd0
46a7df9824 Port captchas task. 2016-04-17 04:31:18 -07:00
ccd0
bd6bc0ba94 Fix missing npm package dependencies. 2016-04-17 04:11:44 -07:00
ccd0
1b2fd2433b grunt build-tests -> make withtests 2016-04-17 03:58:29 -07:00
ccd0
1f9787824e Port npm update task. 2016-04-17 03:44:55 -07:00
ccd0
4104aac9c8 Read version.json anew every time to avoid outdated versions in commit messages. 2016-04-17 03:18:58 -07:00
ccd0
18193312cb Fix all branches of push running needlessly due to .events/dist dependency. 2016-04-17 03:12:01 -07:00
ccd0
569e59ddc9 Move pushing to Github / AWS / Chrome store to make, now all as one goal. 2016-04-17 02:51:53 -07:00