Skip to content

This extensions will replace Gregorian dates with new galatic time Dream Spell codes on pages

License

Notifications You must be signed in to change notification settings

oshimish/dreamspell-web-ext

Repository files navigation

dreamspeller

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Installation

$ npm install

Usage

Run $ gulp --watch and load the dist-directory into chrome.

Entryfiles (bundles)

There are two kinds of entryfiles that create bundles.

  1. All js-files in the root of the ./app/scripts directory
  2. All css-,scss- and less-files in the root of the ./app/styles directory

Tasks

Build

$ gulp

pack

Zips your dist directory and saves it in the packages directory.

$ gulp pack --vendor=firefox

Version

Increments version number of manifest.json and package.json, commits the change to git and adds a git tag.

Globals

The build tool also defines a variable named process.env.NODE_ENV in your scripts. It will be set to development unless you use the --production option.

Example: ./app/background.js

if(process.env.NODE_ENV === 'development'){
  console.log('We are in development mode!');
}

About

This extensions will replace Gregorian dates with new galatic time Dream Spell codes on pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published