Sha256: 64186891b11c9ef05aa3dfd1bafe873faa0b0566588972ea01962bad86fce93e

Contents?: true

Size: 229 Bytes

Versions: 9

Compression:

Stored size: 229 Bytes

Contents

'use strict';

define('<%= main_module_name %>',
  [
    // Add your dependencies here
  ],

  function(/* modules */){

    function initialize(){
      // Add your initialization code here
    }

    return initialize;

  }
);

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
half-pipe-0.3.0.alpha.2 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.3.0.alpha.1 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.2.4 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.2.3 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.2.2 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.2.1 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.2.0 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.1.0 lib/generators/half_pipe/templates/app/scripts/main.js
half-pipe-0.0.1 lib/generators/half_pipe/templates/app/scripts/main.js