1.0.6 • Published 4 years ago

grunt-gnirts v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

grunt-gnirts

npm GitHub issues David license

This Grunt plugin is wrapper of gnirts.

Obfuscate string literals in JavaScript code.
See gnirts for more information about gnirts.

Getting Started

This plugin requires Grunt ~0.4.1

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-gnirts --save-dev

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

grunt.loadNpmTasks('grunt-gnirts');

Usage

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

grunt.initConfig({
  gnirts: {
    deploy: {
      expand: true,
      cwd: 'develop/',
      src: '**/*.js',
      dest: 'public_html/'
    }
  }
});
1.0.6

4 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.7

7 years ago

0.4.6

8 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago