Skip to content

Commit e313f3d

Browse files
committed
Bootstrap 4.6.0 and dev environment update
1 parent 3d9d5e8 commit e313f3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+6041
-41367
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 4
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.DS_Store

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2020 Start Bootstrap LLC
3+
Copyright (c) 2013-2021 Start Bootstrap LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-simple-sidebar/master/LICENSE)
1414
[![npm version](https://img.shields.io/npm/v/startbootstrap-simple-sidebar.svg)](https://www.npmjs.com/package/startbootstrap-simple-sidebar)
15-
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-simple-sidebar.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-simple-sidebar)
1615
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-simple-sidebar/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-simple-sidebar)
1716
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-simple-sidebar/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-simple-sidebar?type=dev)
1817

@@ -29,13 +28,24 @@ To begin using this template, choose one of the following options to get started
2928

3029
### Basic Usage
3130

32-
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
31+
After downloading, simply edit the HTML and CSS files included with `dist` directory. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
3332

3433
### Advanced Usage
3534

36-
After installation, run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
35+
Clone the source files of the theme and navigate into the theme's root directory. Run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `package.json` file to see which scripts are included.
3736

38-
You must have npm and Gulp installed globally on your machine in order to use these features.
37+
#### npm Scripts
38+
39+
* `npm run build` builds the project - this builds assets, HTML, JS, and CSS into `dist`
40+
* `npm run build:assets` copies the files in the `src/assets/` directory into `dist`
41+
* `npm run build:pug` compiles the Pug located in the `src/pug/` directory into `dist`
42+
* `npm run build:scripts` brings the `src/js/scripts.js` file into `dist`
43+
* `npm run build:scss` compiles the SCSS files located in the `src/scss/` directory into `dist`
44+
* `npm run clean` deletes the `dist` directory to prepare for rebuilding the project
45+
* `npm run start:debug` runs the project in debug mode
46+
* `npm start` or `npm run start` runs the project, launches a live preview in your default browser, and watches for changes made to files in `src`
47+
48+
You must have npm installed in order to use this build environment.
3949

4050
## Bugs and Issues
4151

@@ -58,4 +68,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
5868

5969
## Copyright and License
6070

61-
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/gh-pages/LICENSE) license.
71+
Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE) license.

css/simple-sidebar.css

Lines changed: 0 additions & 50 deletions
This file was deleted.

dist/assets/favicon.ico

22.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)