simplenews symfony template
This commit is contained in:
		@@ -32,7 +32,8 @@ module.exports = {
 | 
			
		||||
  entry: {
 | 
			
		||||
    'main': utils.resolve(themePath + '/assets/scripts/main.js'),
 | 
			
		||||
    // 'lang-en': utils.resolve(langPath + '/en.json'),
 | 
			
		||||
    'print': utils.resolve(themePath + '/assets/styles/print.scss')
 | 
			
		||||
    'print': utils.resolve(themePath + '/assets/styles/print.scss'),
 | 
			
		||||
    'email': utils.resolve(themePath + '/assets/styles/email.scss'),
 | 
			
		||||
    // 'mdi': utils.resolve(themePath + '/assets/styles/mdi/scss/materialdesignicons.scss')
 | 
			
		||||
  },
 | 
			
		||||
  output: {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								web/themes/custom/materiotheme/assets/dist/email.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								web/themes/custom/materiotheme/assets/dist/email.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
body{position:inherit}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										0
									
								
								web/themes/custom/materiotheme/assets/dist/email.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								web/themes/custom/materiotheme/assets/dist/email.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
								
								
									
										3
									
								
								web/themes/custom/materiotheme/assets/styles/email.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								web/themes/custom/materiotheme/assets/styles/email.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
body{
 | 
			
		||||
  position: inherit;
 | 
			
		||||
}
 | 
			
		||||
@@ -5,7 +5,10 @@ global-css:
 | 
			
		||||
      # assets/fonts/ubuntu/ubuntu.css: {}
 | 
			
		||||
      # assets/styles/mdi/css/materialdesignicons.min.css: {}
 | 
			
		||||
      assets/dist/main.css: {}
 | 
			
		||||
 | 
			
		||||
email:
 | 
			
		||||
  css:
 | 
			
		||||
    theme:
 | 
			
		||||
      assets/dist/email.css: {}
 | 
			
		||||
global-js:
 | 
			
		||||
  version: VERSION
 | 
			
		||||
  js:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user