0.1.12 • Published 10 years ago

grunt-template-compile v0.1.12

Weekly downloads
2
License
BSD-2-Clause
Repository
gitlab
Last release
10 years ago

grunt-template-compile

compile adsage ad template.

Getting Started

install commend

npm install grunt-template-compile --save-dev

Gruntfile.js configs

compile : {
	options : {
		config : 'src/config.txt',
		
		onlinedbhost : '172.16.60.71',
		onlinedbuser : 'bc_reader',
		onlinedbpawd : 'bc@$^read',
		
		dbhost : '172.16.18.111',
		dbuser : 'root',
		dbpawd : '1qaz@WSX'
	},
	dev : {
		cdnpath : 'http://cdn-dev.adsage.tk/st/',
		src: ['src/*.html'],
		dest: 'dist'
	},
	online : {
		cdnpath : 'http://mws.adsage.com/mobisage/st/',
		src: ['src/*.html'],
		dest: 'dist'
	}
}
0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago