This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as gulp from 'gulp'; | |
import * as sourcemaps from 'gulp-sourcemaps'; | |
import * as sass from 'gulp-sass'; | |
import * as autoprefixer 'gulp-autoprefixer'; | |
import * as cleanCSS from 'gulp-clean-css'; | |
import * as project from '../aurelia.json'; | |
import {build} from 'aurelia-cli'; | |
export default function processCSS() { | |
return gulp.src(project.cssProcessor.source) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Imports | |
*/ | |
import {PagePostRender} from 'page-post-render'; | |
/** | |
* App Class | |
* @class | |
*/ | |
export class App { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
debug: true, | |
testing: true, | |
apiUrl: 'http://localhost:3000/' | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export class MyClass | |
activate(params, routeConfig, navigationInstruction) { | |
if (!document.querySelector('script#stripe-source')) { | |
let sc = document.createElement('script'); | |
sc.setAttribute('id', 'stripe-source'); | |
sc.async = true; | |
sc.setAttribute('src', 'https://js.stripe.com/v2/'); | |
document.body.appendChild(sc); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<require from='./items-list'></require> | |
<items-list close.call="close($event)"></items-list> | |
</template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<section class="au-animate"> | |
<h2>Cascading Selects Example</h2> | |
<form role="form" submit.delegate="submit()"> | |
<div class="form-group"> | |
<label for="levelOne">Level 1</label> | |
<select id="levelOne" name="levelOne" value.bind="levelOne"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<adaptive-input input-class="form-control date" type="text" label="Date" value.bind="value"></adaptive-input> | |
</template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"countries":[{"name":"Afghanistan","abbr":"AF","divisions":["Badakhshan","Badghis","Baghlan","Balkh","Bamyan","Daykundi","Farah","Faryab","Ghazni","Ghor","Helmand","Herat","Jowzjan","Kabul","Kandahar","Kapisa","Khost","Kunar","Kunduz","Laghman","Logar","Maidan Wardak","Nangarhar","Nimruz","Nuristan","Paktia","Paktika","Panjshir","Parwan","Samangan","Sar-e Pol","Takhar","Urozgan","Zabul"]},{"name":"Åland Islands","abbr":"AX","divisions":["Brändö","Eckerö","Finström","Föglö","Geta","Hammarland","Jomala","Kumlinge","Kökar","Lemland","Lumparland","Mariehamn","Saltvik","Sottunga","Sund","Vårdö"]},{"name":"Albania","abbr":"AL","divisions":["Berat","Dibër","Durrës","Elbasan","Fier","Gjirokastër","Korçë","Kukës","Lezhë","Shkodër","Tirana","Vlorë"]},{"name":"Algeria","abbr":"DZ","divisions":["Adrar","Aïn Defla","Aïn Témouchent","Algiers","Annaba","Batna","Béchar","Béjaïa","Biskra","Blida","Bordj Bou Arréridj","Bouïra","Boumerdès","Chlef","Constantine","Djelfa","El Bayadh","El Oued","El Tarf","Ghardaïa","Guelma","Illi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"overrides": { | |
"npm:[email protected]": { | |
"main": "client/shim.min" | |
}, | |
"github:hakanersu/[email protected]": { | |
"main": "dist/js/jquery.amaran.min.js" | |
}, | |
"github:TylerJPresley/bootstrap@v4-dev": { | |
"dependencies": { | |
"HubSpot/tether": "1.1.1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#target photoshop | |
// | |
// StrengthenIconExport.jsx | |
// | |
// | |
// Generated Sat Jan 02 2016 14:20:45 GMT-0600 | |
// | |
cTID = function(s) { return app.charIDToTypeID(s); }; |