ng1-template-gulp
TypeScript icon, indicating that this package has built-in type declarations

1.11.0-beta.5 • Public • Published

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...

Readme

Keywords

Package Sidebar

Install

npm i ng1-template-gulp

Weekly Downloads

1

Version

1.11.0-beta.5

License

Apache-2.0

Last publish

Collaborators

  • angular-template