Sha256: 758e41ba314f9869daab4351f0acc07eb706f53c507a0da9993ca81998342085

Contents?: true

Size: 421 Bytes

Versions: 7

Compression:

Stored size: 421 Bytes

Contents

/*jsl:import coherent-uncompressed.js*/

NIB.asset('<%=name%>.css');

NIB({

    '<%=name%>': VIEW(NIB.asset('<%=name%>.html'), {
                    /* Put your view structure here. */
                    
                    ':root': coherent.View({
                            /* This is the container DOM element. */
                        })
                }),

    'owner': {
        view: '<%=name%>'
    }

});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
coherent-0.4.1 generators/nib/templates/@name@.jsnib.erb
coherent-0.4.0 generators/nib/templates/@name@.jsnib.erb
coherent-0.3.0 generators/nib/templates/@name@.jsnib.erb
coherent-0.2.1 generators/nib/templates/@name@.jsnib.erb
coherent-0.2.0 generators/nib/templates/@name@.jsnib.erb
coherent-0.1.1 generators/nib/templates/@name@.jsnib.erb
coherent-0.1.0 generators/nib/templates/@name@.jsnib.erb