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

Lime Boostrap 1.12 from latest Lime CRM Base Solution #155

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .babelrc

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

29 changes: 0 additions & 29 deletions .eslintrc.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/github-pages.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/pull_request.yml

This file was deleted.

35 changes: 6 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache

# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db

# NPM packages folder.
node_modules/

dist/
.vscode
src/assets/apps/*
venv/
site/
/*.html
!/lbs.html
/apps/*
/node_modules/*
/gulpfile.js
/lbs.gulp_install.bat
13 changes: 0 additions & 13 deletions .npmignore

This file was deleted.

27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,6 @@

For usage docs, please visit [lime-bootstrap.com](https://www.lime-bootstrap.com)

## Development
```bash
npm install
npm run serve
```

We are using Babel to transpile and [brunch.io](https://brunch.io) to bundle.

[Jest](https://facebook.github.io/jest/) is used for tests: `npm run test`

[Eslint](https://eslint.org) is our linter overlord. We are using a slightly modified version of [Airbnbs style](https://github.com/airbnb/javascript/).

Using VSCode with eslint (dbaeumer.vscode-eslint) and jest (Orta.vscode-jest) extensions are recommended.


## Creating a release
1. Create a build
```bash
npm install
npm run build
```
2. Upload the dist folder to github as a release with semantic versioning as the tag.

3. Manually update download link in `docs/theme/partials/tabs.html`
4. Upload the docs `npm run publish-docs`

## Docs
The docs are built with [Mkdocs](https://www.mkdocs.org) with the [material theme](https://squidfunk.github.io/mkdocs-material/). Mkdocs requires Python and we are using 3.6 to build

Expand All @@ -40,4 +14,3 @@ $ pip install -r docs/requirement.txt
Serving the docs locally with `npm run docs`

Publishing docs to Github-pages (requires push access to repo) `npm run publish-docs`

150 changes: 0 additions & 150 deletions VBA/Base64.bas

This file was deleted.

Loading