parent
							
								
									9104d0c702
								
							
						
					
					
						commit
						8c5cebef39
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
import path from 'path'
 | 
					const path = require('path')
 | 
				
			||||||
import * as fs from 'fs'
 | 
					const fs = require('fs')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import Media from './../media.js'
 | 
					const Media = require('./../media.js')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 *  asset - checks manifest.json for given path and return
 | 
					 *  asset - checks manifest.json for given path and return
 | 
				
			||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
import HappySite from './src/happySite.js'
 | 
					import HappySite from './src/happySite.js'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const happySite = new HappySite('./resources/site', './public', './resources/views')
 | 
					const happySite = new HappySite('./resources/site', './resources/views', )
 | 
				
			||||||
happySite.run()
 | 
					happySite.run()
 | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue