Skip to content

Instantly share code, notes, and snippets.

Meteor.startup () ->
# Countries collection initialization.
countries_csv = Assets.getText('country.csv')
csv = Meteor.require('csv')
countries_count = Countries.find().count()
if countries_count is 0
Future = Npm.require('fibers/future')
future = new Future()
csv()
.from.string(countries_csv, {comment: '#'})
// While you can edit this file, it's best to put your changes in
// "User/Preferences.sublime-settings", which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overriden in the platform
.
├── client
│   └── views
├── lib
├── packages.json
├── server
└── smart.json
dm-user-management
├── README.md
├── client
│   ├── user-management-styles.less
│   ├── user_pager.coffee
│   ├── users-mesosphere.coffee
│   ├── users.coffee
│   └── users.html
├── collections
│   └── users_collection.coffee
Package.describe({
summary: "A user managment tab for the CM project"
});
Package.on_use(function (api, where) {
api.use(['templating', 'coffeescript', 'less', 'Mesosphere', 'paginate', 'bootstrap', 'iron-router'], ['client','server']);
api.add_files([
'collections/users_collection.coffee',
'client/users-mesosphere.coffee',
], ['client','server']);
{
"name": "S3-Progress",
"description": "A full featured helper for easily uploading files to Amazon S3 from your Meteor application.",
"homepage": "https://github.com/digilord/Meteor-S3-Progress",
"author": "Digilord <[email protected]>",
"version": "1.5.8",
"git": "https://github.com/digilord/Meteor-S3-Progress.git",
"packages": {
"collection-hooks": {},
"momentjs": {},
<link rel="import" href="../bower_components/polymer/polymer.html">
<polymer-element name="polymer-file-upload" attributes="">
<template>
<style>
/* styles for the custom element itself - lowest specificity */
:host { display: block; }
/*
style if an ancestor has the different class
:host(.different) { }
<link rel="import" href="../bower_components/polymer/polymer.html">
<polymer-element name="polymer-file-upload" attributes="">
<template>
<style>
/* styles for the custom element itself - lowest specificity */
:host { display: block; }
/*
style if an ancestor has the different class
:host(.different) { }
<link rel="import" href="../bower_components/polymer/polymer.html">
<polymer-element name="polymer-file-upload" attributes="">
<template>
<style>
/* styles for the custom element itself - lowest specificity */
:host { display: block; }
/*
style if an ancestor has the different class
:host(.different) { }
<head>
<title>ffff</title>
</head>
<body>
<h1>ffff</h1>
{{> welcome }}
{{> persons }}
</body>