mediacurrent / ignite_theme
Mediacurrent Ignite starter theme.
- 1.x-dev
- 1.0-beta17
- 1.0-beta16
- 1.0-beta15
- 1.0-beta14
- 1.0-beta13
- 1.0-beta12
- 1.0-beta11
- 1.0-beta10
- 1.0-beta9
- 1.0-beta8
- 1.0-beta7
- 1.0-beta6
- 1.0-beta5
- 1.0-beta4
- 1.0-beta3
- 1.0-beta2
- 1.0-beta1
- 1.0-alpha20
- 1.0-alpha19
- 1.0-alpha18
- 1.0-alpha17
- 1.0-alpha16
- 1.0-alpha15
- 1.0-alpha14
- 1.0-alpha13
- 1.0-alpha12
- 1.0-alpha11
- 1.0-alpha10
- 1.0-alpha9
- 1.0-alpha8
- 1.0-alpha7
- 1.0-alpha6
- 1.0-alpha5
- 1.0-alpha4
- 1.0-alpha3
- 1.0-alpha2
- 1.0-alpha1
- dev-feature/MCT-1971
- dev-feature/MCT-1961-ignite-updates-in-carousel-component
- dev-new-hero
- dev-MCT-1759-hero-5050
- dev-feature/image-fix
- dev-feature/update-variables
- dev-bugfix/lightbox
- dev-tokens
This package is auto-updated.
Last update: 2024-10-24 22:47:40 UTC
README
Browser Support
Autoprefixer & Babel is set to support the last 2 versions of modern browsers
These can be updated at any time within the package.json
.
Run the following commands from the theme directory
If you haven't yet, install nvm: https://github.com/creationix/nvm
Use the right version of node with:
nvm use
This command will look at your .nvmrc
file and use the
version node.js specified in it. This ensures all developers
use the same version of node for consistency.
If that version of node isn't installed, install it with:
nvm install
Install npm dependencies with
npm install
This command looks at package.json
and installs all
the npm dependencies specified in it. Some of the dependencies
include gulp, autoprefixer, gulp-sass and others.
Runs default task
npm run build
This will run whatever the default task is.
Compiles Sass
npm run compile
This will perform a one-time Sass compilation.
Runs the watch command
npm run watch
This is ideal when you are doing a lot of Sass changes and you want to make sure every time a change is saved it automatically gets compiled to CSS
Cleans complied directory
npm run clean
This will perform a one-time deletion of all compiled files within the dist/ directory.
Run Storybook
npm run storybook
This will start a local server instance of Storybook.