0.0.2 • Published 8 years ago

@angular-template/ng2-template-build v0.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

Contains Gulp tasks and the default configurations needed by the Angular 1.5 template.

Note: This package is specifically meant for use with the Angular 1.5 template

Installation

The ng1-template-gulp package is already specified in the Angular 1.5 template's dev dependencies.

However, if for any reason, it is not specified, install it using the following command

npm install --save-dev ng1-template-gulp

Basic Usage

// Load the package
var ng1TemplateGulp = require('ng1-template-gulp');

// Retrieve the default configuration
var config = ng1TemplateGulp.config;

// Customize configuration for your project
// Example
config.styles.injections.unshift(
    config.folders.bower + 'bootstrap/dist/css/bootstrap.css');

Configuration Reference

Coming soon...