mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 02:07:05 +01:00 
			
		
		
		
	Process main.scss in html so parcel shares the output
This commit is contained in:
		
							parent
							
								
									f112e3b143
								
							
						
					
					
						commit
						cf2ab82b12
					
				
					 4 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,7 @@
 | 
			
		|||
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
  <title>Lexiconga</title>
 | 
			
		||||
  <link rel="stylesheet" href="src/main.scss" />
 | 
			
		||||
  <script src="src/index.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body id="defaultTheme">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
import './main.scss';
 | 
			
		||||
 | 
			
		||||
import setupListeners from './js/setupListeners';
 | 
			
		||||
import { renderAll } from './js/render';
 | 
			
		||||
import { hasToken } from './js/utilities';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,3 @@
 | 
			
		|||
import '../../main.scss';
 | 
			
		||||
import { renderAll } from './render';
 | 
			
		||||
import setupListeners from './setupListeners';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,6 +11,7 @@
 | 
			
		|||
  <meta property="og:description" content="A Lexiconga dictionary by {{public_name}}" />
 | 
			
		||||
  <!--meta property="og:image" content="http://lexicon.ga/images/logo.svg" /-->
 | 
			
		||||
  <script>window.currentDictionary = JSON.parse('{{dict_json}}');</script>
 | 
			
		||||
  <link rel="stylesheet" href="src/main.scss" />
 | 
			
		||||
  <script src="src/js/view/index.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body id="defaultTheme">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue