mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-21 20:07:27 +00:00

* Add build using polymer-build * Use bundle strategies to tweak stripExcludes * Only vulcanize hass.io panel * Rename hassio panel generate script * Remove hydrolysis * Get it all somewhat working * Fixes * Allow ES2015 + fix minify JS * Clarify we need to fix service worker minify * Move service worker template out of tasks folder * Fix broken CSS * Wrap it up * Fix maps
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
var path = require('path');
|
|
|
|
module.exports = {
|
|
static_dir: path.resolve(__dirname, '../..'),
|
|
polymer_dir: path.resolve(__dirname, '..'),
|
|
build_dir: path.resolve(__dirname, '../build'),
|
|
};
|