Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Last active October 1, 2017 04:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/5f7598a00152e0234522968be3cd06a1 to your computer and use it in GitHub Desktop.
Country-picker aurelia.json file
...
"jquery",
"text",
{
"name": "selectize",
"main": "dist/js/standalone/selectize.js",
"path": "../node_modules/selectize",
"deps": [
"jquery"
],
"resources": [
"dist/css/selectize.default.css"
]
},
{
"name": "flag-icon-css",
"path": "../node_modules/flag-icon-css/css",
"resources": [
"flag-icon.css"
]
},
...
"paths": {
"root": "src",
"resources": "resources",
"elements": "resources/elements",
"attributes": "resources/attributes",
"valueConverters": "resources/value-converters",
"bindingBehaviors": "resources/binding-behaviors",
"flagsInput": "./node_modules/flag-icon-css/flags/**/*.*",
"flagsOutput": "./flags"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment