grunt-google-cdnを使ってやると思ってた

1
npm install -D grunt-google-cdn google-cdn-data
1
2
3
4
5
6
7
8
cdnify: {
    options: {
        cdn: require('google-cdn-data')
    },
    dist: {
        html: ['app/*.html']
    }
},
1
grunt cdnify
1
grunt bowerInstall
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy