mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
various: update globs
This commit is contained in:
parent
caea7a7f1f
commit
553e848554
@ -1,7 +1,7 @@
|
|||||||
:~ title+'Garden'
|
:~ title+'Garden'
|
||||||
info+'An app launcher for Urbit.'
|
info+'An app launcher for Urbit.'
|
||||||
color+0xee.5432
|
color+0xee.5432
|
||||||
glob-http+'https://bootstrap.urbit.org/glob-0v6.t43bu.cpl0b.bsisc.sqr4d.dckpn.glob'
|
glob-http+'https://bootstrap.urbit.org/glob-0v7.6vl83.1rv0u.falcr.u5iql.41f1c.glob'
|
||||||
::glob-ames+~zod
|
::glob-ames+~zod
|
||||||
base+'grid'
|
base+'grid'
|
||||||
version+[0 0 1]
|
version+[0 0 1]
|
||||||
|
@ -11,7 +11,7 @@ type AppListProps<T extends DocketWithDesk> = {
|
|||||||
matchAgainst?: MatchItem;
|
matchAgainst?: MatchItem;
|
||||||
onClick?: (e: MouseEvent<HTMLAnchorElement>, app: T) => void;
|
onClick?: (e: MouseEvent<HTMLAnchorElement>, app: T) => void;
|
||||||
listClass?: string;
|
listClass?: string;
|
||||||
} & Omit<AppLinkProps, 'app' | 'onClick'>;
|
} & Omit<AppLinkProps<T>, 'app' | 'onClick'>;
|
||||||
|
|
||||||
export function appMatches(target: DocketWithDesk, match?: MatchItem): boolean {
|
export function appMatches(target: DocketWithDesk, match?: MatchItem): boolean {
|
||||||
if (!match) {
|
if (!match) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
// const HtmlWebpackPlugin = require('html-webpack-plugin');
|
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||||
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
||||||
const MomentLocalesPlugin = require('moment-locales-webpack-plugin');
|
const MomentLocalesPlugin = require('moment-locales-webpack-plugin');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
@ -67,17 +67,17 @@ module.exports = {
|
|||||||
'process.env.TUTORIAL_BOOK': JSON.stringify('guides-9684'),
|
'process.env.TUTORIAL_BOOK': JSON.stringify('guides-9684'),
|
||||||
'process.env.TUTORIAL_LINKS': JSON.stringify('community-articles-2143'),
|
'process.env.TUTORIAL_LINKS': JSON.stringify('community-articles-2143'),
|
||||||
}),
|
}),
|
||||||
// new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
// title: 'Hot Module Replacement',
|
title: 'Landscape',
|
||||||
// template: './public/index.html',
|
template: './public/index.html',
|
||||||
// }),
|
}),
|
||||||
],
|
],
|
||||||
output: {
|
output: {
|
||||||
filename: (pathData) => {
|
filename: (pathData) => {
|
||||||
return pathData.chunk.name === 'app' ? 'index.[contenthash].js' : '[name].js';
|
return pathData.chunk.name === 'app' ? 'index.[contenthash].js' : '[name].js';
|
||||||
},
|
},
|
||||||
path: path.resolve(__dirname, '../../arvo/app/landscape/js/bundle'),
|
path: path.resolve(__dirname, 'dist'),
|
||||||
publicPath: '/'
|
publicPath: '/apps/landscape/'
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
minimize: true,
|
minimize: true,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
:~ title+'Landscape'
|
:~ title+'Landscape'
|
||||||
info+'A suite of applications to communicate on Urbit'
|
info+'A suite of applications to communicate on Urbit'
|
||||||
color+0xee.5432
|
color+0xee.5432
|
||||||
glob-http+'https://bootstrap.urbit.org/glob-0v4.0k6hb.4s38v.su79d.10vd5.7c8lu.glob'
|
glob-http+'https://bootstrap.urbit.org/glob-0v6.n1aoo.pl3ue.f8eir.gjfdg.5549f.glob'
|
||||||
base+'landscape'
|
base+'landscape'
|
||||||
version+[0 0 1]
|
version+[0 0 1]
|
||||||
website+'https://tlon.io'
|
website+'https://tlon.io'
|
||||||
|
Loading…
Reference in New Issue
Block a user