Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery-spaghetti build #3

Closed
mmihalev opened this issue Jan 7, 2014 · 2 comments
Closed

jquery-spaghetti build #3

mmihalev opened this issue Jan 7, 2014 · 2 comments

Comments

@mmihalev
Copy link

mmihalev commented Jan 7, 2014

Hello,
How to build jquery-spaghetti?

Running "clean:build" (clean) task

Running "jshint:validate" (jshint) task
Linting app/formatters.js ...ERROR
[L8:C20] W098: 'Latin1Formatter' is defined but never used.
var Latin1Formatter = {
Linting app/formatters.js ...ERROR
[L17:C42] W098: 'opts' is defined but never used.
stringify: function (cipherParams, opts) {
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_encode' is defined but never used.
/_global CryptoJS:true, lzw_encode:true, lzw_decode:true */
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_decode' is defined but never used.
/_global CryptoJS:true, lzw_encode:true, lzw_decode:true /
Linting app/shared.js ...ERROR
[L60:C38] W098: 'message' is defined but never used.
showStatusMessage: function(message){
Linting app/shared.js ...ERROR
[L1:C49] W098: '
' is defined but never used.
/_global _:true, escape: true, CryptoJS: true */
Linting app/uploader.js ...ERROR
[L189:C19] W116: Expected '!==' and instead saw '!='.
if(e.loaded != e.total){
Linting app/uploader.js ...ERROR
[L66:C13] W098: 'time' is defined but never used.
var time = new Date();
Linting app/uploader.js ...ERROR
[L167:C31] W098: 'beforeSendHandler' is defined but never used.
function beforeSendHandler(xhr) {
Linting app/uploader.js ...ERROR
[L167:C35] W098: 'xhr' is defined but never used.
function beforeSendHandler(xhr) {

Warning: Task "jshint:validate" failed. Used --force, continuing.

Running "jst:dist/templates.js" (jst) task

Destination not written because compiled files were empty.

Running "compass:secureshare" (compass) task
Configuration file, ../config.rb, not found or not readable.
Warning: Task "compass:secureshare" failed. Used --force, continuing.

Running "uglify:secureshare" (uglify) task
Source Map "dist/build.js.map" created.
File "dist/build.js" created.

Running "md5:compile" (md5) task
File 'dist/build-b846ca0cba824d03b4a4c4b2e3742136.js' created.
File 'dist/style-3a3236c224741f4d481f15316389a4bc.css' created.
Warning: ENOENT, no such file or directory 'index.html' Used --force, continuing.

Done, but with warnings.

@STRML
Copy link
Owner

STRML commented Jan 7, 2014

To be honest, it's not meant to be built at this time - I always ran the app without a build so that users could easily verify the source. That Gruntfile is mostly boilerplate from another project and I haven't adapted it to work with this one yet.

I've stopped using/supporting the jQuery version since writing the Polymer version.

On Jan 7, 2014, at 3:33 PM, mmihalev notifications@github.com wrote:

Hello,
How to build jquery-spaghetti?

Running "clean:build" (clean) task

Running "jshint:validate" (jshint) task
Linting app/formatters.js ...ERROR
[L8:C20] W098: 'Latin1Formatter' is defined but never used.
var Latin1Formatter = {
Linting app/formatters.js ...ERROR
[L17:C42] W098: 'opts' is defined but never used.
stringify: function (cipherParams, opts) {
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_encode' is defined but never used.
/global CryptoJS:true, lzw_encode:true, lzw_decode:true */
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_decode' is defined but never used.
/global CryptoJS:true, lzw_encode:true, lzw_decode:true /
Linting app/shared.js ...ERROR
[L60:C38] W098: 'message' is defined but never used.
showStatusMessage: function(message){
Linting app/shared.js ...ERROR
[L1:C49] W098: '_' is defined but never used.
/global _:true, escape: true, CryptoJS: true */
Linting app/uploader.js ...ERROR
[L189:C19] W116: Expected '!==' and instead saw '!='.
if(e.loaded != e.total){
Linting app/uploader.js ...ERROR
[L66:C13] W098: 'time' is defined but never used.
var time = new Date();
Linting app/uploader.js ...ERROR
[L167:C31] W098: 'beforeSendHandler' is defined but never used.
function beforeSendHandler(xhr) {
Linting app/uploader.js ...ERROR
[L167:C35] W098: 'xhr' is defined but never used.
function beforeSendHandler(xhr) {

Warning: Task "jshint:validate" failed. Used --force, continuing.

Running "jst:dist/templates.js" (jst) task

Destination not written because compiled files were empty.

Running "compass:secureshare" (compass) task
Configuration file, ../config.rb, not found or not readable.
Warning: Task "compass:secureshare" failed. Used --force, continuing.

Running "uglify:secureshare" (uglify) task
Source Map "dist/build.js.map" created.
File "dist/build.js" created.

Running "md5:compile" (md5) task
File 'dist/build-b846ca0cba824d03b4a4c4b2e3742136.js' created.
File 'dist/style-3a3236c224741f4d481f15316389a4bc.css' created.
Warning: ENOENT, no such file or directory 'index.html' Used --force, continuing.

Done, but with warnings.


Reply to this email directly or view it on GitHub.

@mmihalev
Copy link
Author

I see. Btw issues #4 and #5 are "fixed" in jquery version.

@STRML STRML closed this as completed Mar 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants