Files
.github
demo_data
docs
gulp
hassio
public
script
src
test
test-mocha
translations
.dockerignore
.eslintrc-hound.json
.eslintrc.json
.gitignore
.gitmodules
.hound.yml
.nvmrc
.travis.yml
CLA.md
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.md
MANIFEST.in
README.md
bower.json
gulpfile.js
index.html
package.json
polymer.json
setup.py
wct.conf.json
webpack.config.js
yarn.lock
frontend/gulpfile.js
Paulus Schoutsen 572f92fd1e Migrate to Polymer 2 ()
* Update bower.json to point at Polymer 2

* No longer use babel to run node scripts

* Refer to CSS from static dir

* Fix some panel bugs
2017-08-03 23:40:16 -07:00

4 lines
71 B
JavaScript

var requireDir = require('require-dir');
requireDir('./gulp/tasks/');