Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json #11

Merged
merged 3 commits into from
Apr 13, 2017
Merged

package.json #11

merged 3 commits into from
Apr 13, 2017

Commits on Apr 10, 2017

  1. use local submodules except for necessary branches

    The submodules are first and foremost for getting at the documentation
    of the various plugins, and for being able to edit that documentation so
    as to be able to push changes, but we can also use the code in them for
    bit-docs as plugins by use of file: paths, so to avoid remote npm.
    
    For those plugin repos that have necessary branches that have not yet
    been merged into master, we pull from GitHub instead of checking out
    that branch in the local submodule so as to leave the submodule
    available for the explicit purpose of editing documentation.
    
    If the necessary branches were still in development, we could clone them
    locally anywhere and point the file: to that location as needed, thus
    having one copy of the plugin repo for editing documentation and another
    for developing the code of the plugin.
    leoj3n committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    7e93e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a782ba View commit details
    Browse the repository at this point in the history
  3. ignore node_modules for docs/modules

    Although it is not necessary to run `npm install` in the docs/modules
    submodule repos to make and use code or documentation changes, one might
    still run `npm install` in order to run the tests for that submodule.
    leoj3n committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    f941fe8 View commit details
    Browse the repository at this point in the history