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

Automation of CDNJS section in README.ejs #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

silviubogan
Copy link

Please do not merge this pull request yet. I work on using the CDNJS API to request less json2md fields in the package.json file for the cdnjsSection converter.

@silviubogan
Copy link
Author

Done.

@silviubogan
Copy link
Author

I have also prepared the change for the gridly library's package.json file's blah.description section. This is a snipped directly copied from package.json and pasted:

{
  "cdnjsSection": {
    "libName": "Gridly",
    "justTheseFileNames": [
      "gridly-core.min.css",
      "gridly-col-widths.min.css",
      "gridly.min.css"
    ],
    "afterSection": {
      "p": "If you do not need custom width columns, you will probably want to use only `gridly-core.min.css` in your page. If you do need the custom width columns, you have to include `gridly.min.css` instead."
    }
  }
},

When you agree, I can make a pull request for this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant