New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bearhotel-theme

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bearhotel-theme

A BearHotel theme.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Thank you for purchasing an Official Bootstrap Theme <3

Within your Bootstrap Theme you’ll find the following directories and files, grouping common resources and providing both compiled and minified distribution files, as well as raw source files.

(NOTE: Themes now ship with support for 2 major Bootstrap versions; organized by top level directories, v3 and v4.)

theme/
  ├── v3/*
  └── v4
      ├── gulpfile.js
      ├── package.json
      ├── README.md
      ├── docs/
      ├── less/
      │   ├── bootstrap/
      │   ├── custom/
      │   ├── variables.less
      │   └── toolkit.less
      ├── js/
      │   ├── bootstrap/
      │   └── custom/
      ├── fonts/
      │   ├── bootstrap-entypo.eot
      │   ├── bootstrap-entypo.svg
      │   ├── bootstrap-entypo.ttf
      │   ├── bootstrap-entypo.woff
      │   └── bootstrap-entypo.woff2
      └── dist/
          ├── toolkit.css
          ├── toolkit.css.map
          ├── toolkit.min.css
          ├── toolkit.min.css.map
          ├── toolkit.js
          └── toolkit.min.js

Docs and Examples

The docs directory contains all the static resources for your Themes docs and examples. To view, just open in your favorite browser!

$ open docs/index.html

Gulpfile.js

We've also included an optional Gulp file to help you get started with theme customization. You’ll need to install Node.js and Gulp before using our included gulpfile.js.

To install Node visit https://nodejs.org/download.

To install gulp, run the following command:

$ npm install gulp -g

When you’re done, install the rest of the theme's dependencies:

$ npm install

From here on out, simply run gulp from your terminal and you're good to go!

  • gulp - recompiles and minifies your theme assets into your dist directory.

Support

If you experience any problems with the above, or if you think you've found a bug with your theme - please don't hesitate to reach out to themes@getbootstrap.com. thanks!!

FAQs

Package last updated on 12 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts