Sha256: 68114d5da27eb47e0df72b899e76c8e86ddd2f26156aae04d59f513bc9b82213

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

# This is the jquery template
append_file "#{@project}/lib/#{@project}.js" do
<<-JS

(function($) {
  $.extend($.fn, {
		#{@project}: function() {
		  alert('hello world');
	  }
	});
})(jQuery);
JS
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootcamp-0.1.4 lib/bootcamp/manifest/jquery.rb