I have a tool to minimize css and js. I run the command in my top-level directory and it takes what's in root/static/source and creates root/static/build.
What I'd like to do is run this command on the build directory during the build process. I can easily do this with Dist::Zilla::Role::AfterBuild (as I'm passed in the path to the build directory). But, those files don't make it into MANIFEST. Is my only option to build these files early in the process (say with Role::BeforeBuild) and write them into my svn working copy, let GatherDir do its job, and then remove the trie in the AfterBuild? -- Bill Moseley [email protected] ------------------------------------------- Dist::Zilla Archives: https://www.listbox.com/member/archive/139292/=now RSS Feed: https://www.listbox.com/member/archive/rss/139292/21080831-4b8afa6a Modify Your Subscription: https://www.listbox.com/member/?member_id=21080831&id_secret=21080831-2b0ee212 Powered by Listbox: http://www.listbox.com
