grunt-angularjs-test-attribute

1.0.3 • Public • Published

grunt-angularjs-test-attribute

Getting Started

npm install grunt-angularjs-test-attribute --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-angularjs-test-attribute');

The "replace_attribute" task

Overview

In your project's Gruntfile, add a section named test_attribute to the data object passed into grunt.initConfig().

grunt.initConfig({
  test_attribute: {
    testPanel: {
      files: [
        {
          expand: true,
          cwd: 'app',
          src: [
            'js/**/*.html',
            '!js/components/service-section/**/*.html'
          ],
          dest: 'test-app'
        }
      ]
    }
  }
});

Package Sidebar

Install

npm i grunt-angularjs-test-attribute

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

51.8 kB

Total Files

33

Last publish

Collaborators

  • vkuka