Skip to content

Instantly share code, notes, and snippets.

gulp.task('js:dev', ['clean:dev'], function() {
return es.concat(
gulp.src('app/js/**/*.coffee')
.pipe(coffee({base: true})),
gulp.src('app/js/**/*.js')
)
.pipe(concat('app.js'))
.pipe(gulp.dest('build/js'))
.pipe(watch())
.pipe(reload());
packages
├── Mesosphere
├── accounts-ui-bootstrap-dropdown
├── bootboxjs
├── dm-classes-management
├── dm-districts-management
├── dm-lessons-management
├── dm-list
├── dm-media-items
├── dm-schools-management
(function() {
'use strict';
var gulp = require('gulp'),
gutil = require('gulp-util'),
dot = require('gulp-dot'),
less = require('gulp-less'),
sass = require('gulp-sass'),
rm = require('rimraf'),
reload = require('gulp-livereload'),
// var gulp = require('gulp'),
// coffee = require('gulp-coffee'),
// coffeelint = require('gulp-coffeelint'),
// gutil = require('gulp-util'),
// todo = require('gulp-todo'),
// source = require('vinyl-source-stream'),
// watchify = require('watchify'),
// header = require('gulp-header'),
// pkg = require('./package'),
// banner;
#!/bin/bash -x
useradd -m NibblesAndBits
sudo apt-get install build-essential -y
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update -y
sudo apt-get install nodejs -y
sudo apt-get install mongodb -y
sudo apt-get install couchdb -y
<head>
<title>ffff</title>
</head>
<body>
<h1>ffff</h1>
{{> welcome }}
{{> persons }}
</body>
<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) { }
{
"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": {},