Commit Graph

44 Commits (b54a311a0d3b97f7422188ed19daaa23d4af4d71)

Author SHA1 Message Date
psychobunny 006584e405 fixes `[build] Unknown target:` error message
Peter Jaszkowiak 2a9cdb7be2 Add `--threads=#` option for setting max threads
Make grunt NODE_ENV development by default
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars
Peter Jaszkowiak feb8405f95 ESlint eol-last
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak 277a7fb8b4 ESlint key-spacing, no-trailing-spaces
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
pichalite bb3c8b910a Skip option skips build
pichalite 5ca931a52c Update gruntfile to build on initialization
Julian Lam 06bf631445 increased file watch interval to reduce high CPU usage when using grunt
Julian Lam 5de67f9607 excluding tx managed language files from grunt
Peter Jaszkowiak 80b4c6fa68 Exclude config files
Peter Jaszkowiak e94d47976d Build language files on change
Julian Lam 12f834072a removed comment from Gruntfile
Julian Lam 7a10cffb25 fix Gruntfile.js to work with bew build step
Julian Lam 9bf0f6c5cd prep for @psychobunny, re:
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
psychobunny 5f5d8e6b56 ah, woops
psychobunny 6e617dd69a closes
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
Julian Lam ad16c3db6b updated Gruntfile to ignore js files in public/src/modules
psychobunny f12903a3fe grunt watch: ignore .git folders
Julian Lam 32c18a1cd8 updated gruntfile to not watch subdependencies
psychobunny baeed22f20 grunt: only compile ACP less if that was changed, and vice versa with theme/plugin less
psychobunny efb6a9fe7e added option to skip asset compilation on initial grunt startup with --skip flag
psychobunny 551c81a977 grunt: watch for tjs changes as well
psychobunny 60d655e32b installer - got the basics in
psychobunny 89ecda5163 for plugin admin pages
need to find a better solution tho
psychobunny cf6b32bce6 logic error
psychobunny 6c5395dd05 added --verbose flag for grunt dev
psychobunny 8d121e7724 cleanup
psychobunny d003515fd1 grunt - added restart message
psychobunny d03a70cc25 if multiple file extensions change before nodebb finishes compiling, then add to incomplete list and compile
psychobunny 68930aaa5d limit watch paths to three levels deep in nodebb-*, should be enough hopefully
minimatch sucks, unless I'm using it wrong. negating = find everything
then remove as necessary => long load times before watch is activated
psychobunny 982400354a added watch paths to plugins/themes
psychobunny f8663bbfd0 added tpl flag to --from-file
psychobunny b9875b42e9 yay grunt watch finally works!
psychobunny eb6754c5eb nice, I figured out how to speed up grunt watch
psychobunny 242f66934c another attempt
psychobunny 540facaaab try (I give up, grunt-watch seems so unpredictable... on windows anyways)
psychobunny f5ef3cf866 Gruntfile.js