Commit Graph

26 Commits (4f0e93732a47c44d27ec294ec4d36a9caa4778eb)

Author SHA1 Message Date
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