envoy-holly-static v0.0.1
HollyStatic
ENVOYsites Gulp build system and boilerplate for static websites.
Requirements
Node 6 recommended, tested on 6.9.5
Install
To get holly set up on your static website project, we recommend that Yarn package manager is installed on your machine. https://yarnpkg.com/en/docs/install
After Yarn is installed, open the terminal and
cdto your project's root directory and install holly for static websites.yarn add envoy-holly-staticAfter successful installation, a
gulpfile.jsshould automatically be generated at your project's root directory.Initialize holly and answer a few prompts to scaffold starter boilerplate files.
gulp init
Post-Install
After installing holly, the following entries should be added to the project's .gitignore file.
/dist
/node_modulesNavigate to http://localhost:8000 to view the site.
Usage
gulpStart holly in development mode. Styles and scripts will not be minified. Starts up "serve" and "watch" tasks.
gulp --prodStart holly in production mode. Styles and scripts will be minified.
9 years ago