replace tpl-loader dependency origin

pull/12065/head
Carlos Matallín 7 years ago
parent caa4025e22
commit 7a0f55b6ad

@ -19,11 +19,7 @@ exports.task = function () {
src: [ src: [
'**/*.scss', '**/*.scss',
'!editor/**/*', '!editor/**/*',
// TODO: this can be achieved prepending the asstes with _
'!deep-insights/**/*',
'deep-insights/main.scss',
'deep-insights/entry.scss', 'deep-insights/entry.scss',
'!cartodbjs_v4/**/*',
'cartodbjs_v4/entry.scss' 'cartodbjs_v4/entry.scss'
], ],
dest: '<%= assets_dir %>/stylesheets', dest: '<%= assets_dir %>/stylesheets',

@ -1,6 +1,6 @@
{ {
"name": "cartodb-ui", "name": "cartodb-ui",
"version": "4.7.27", "version": "4.7.29",
"description": "CARTO UI frontend", "description": "CARTO UI frontend",
"repository": { "repository": {
"type": "git", "type": "git",
@ -85,7 +85,7 @@
"shim-loader": "0.1.0", "shim-loader": "0.1.0",
"source-map-support": "0.4.0", "source-map-support": "0.4.0",
"stringify": "5.1.0", "stringify": "5.1.0",
"tpl-loader": "git://github.com/ivanmalagon/tpl-loader.git#5cc2b785d10d873f2530fa885d3cb69894569a2f", "tpl-loader": "git://github.com/CartoDB/tpl-loader.git#master",
"uglify-js": "2.7.x", "uglify-js": "2.7.x",
"watchify": "3.7.0", "watchify": "3.7.0",
"webpack-bundle-analyzer": "^2.4.0", "webpack-bundle-analyzer": "^2.4.0",

Loading…
Cancel
Save